Bug 7794

Summary: New Company Opening Process(Call from IT dept only)
Product: [01.IMIS] IMIS FORMS AND REPORTS Reporter: anushree.pandey
Component: IMIS FORMS AND REPORTSAssignee: anushree.pandey
Status: RESOLVED USER TO VERIFY    
Severity: normal CC: mahender.singh, sharad.sharma
Priority: Normal    
Version: unspecified   
Hardware: PC   
OS: Windows   
Database: Module ID:

Comment 13 anushree.pandey 2023-03-10 10:42:44 IST
..
Comment 9 anushree.pandey 2022-10-14 15:14:41 IST
Made new procedure for IPOS : COMPANY_OPEN_IPOS
Comment 8 anushree.pandey 2022-10-11 10:43:44 IST
Changes made in the procedure- 
Company_open and PKG_CONTROLS.TPC_COMPANY_DETAIL
Comment 4 anushree.pandey 2022-03-25 17:42:05 IST
Procedure made- 

COMPANY_OPEN_NEW
Comment 3 anushree.pandey 2022-03-25 17:27:37 IST
BEGIN
		SELECT COUNT(*) INTO VCOUNT FROM IG$GLOBAL_DATA_COMPANY_DETAIL WHERE COMPANY = P_TARGET_COMPANY;
		IF NVL(VCOUNT,0)=0 THEN
			INSERT INTO IG$GLOBAL_DATA_COMPANY_DETAIL
			           (TABLE_NAME, COMPANY)
			SELECT TABLE_NAME, P_TARGET_COMPANY
			FROM IG$GLOBAL_DATA_COMPANY_DETAIL WHERE COMPANY =P_SOURCE_COMPANY;
		END IF;
	END;
Comment 2 anushree.pandey 2022-03-25 17:15:23 IST
Procedure made- 

PKG_CONTROLS.COMPANY_OPEN_PAYROLL
Description anushree.pandey 2021-12-25 16:15:19 IST
Make the form of opening a new company in which no process is left..

All changes should be done..