Bug 7794 - New Company Opening Process(Call from IT dept only)
Summary: New Company Opening Process(Call from IT dept only)
Status: RESOLVED USER TO VERIFY
Alias: None
Product: IMIS FORMS AND REPORTS
Classification: 01.IMIS
Component: IMIS FORMS AND REPORTS (show other bugs)
Version: unspecified
Hardware: PC Windows
: Normal normal
Assignee: anushree.pandey
URL:
Depends on:
Blocks:
 
Reported: 2021-12-25 16:15 IST by anushree.pandey
Modified: 2023-03-10 10:42 IST (History)
2 users (show)

See Also:
Database:
Module ID:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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..