DBA Data[Home] [Help]

APPS.IGS_OR_GEN_001 dependencies on IGS_OR_GEN_001

Line 1: PACKAGE BODY IGS_OR_GEN_001 AS

1: PACKAGE BODY IGS_OR_GEN_001 AS
2: /* $Header: IGSOR01B.pls 120.2 2005/09/27 06:55:36 appldev ship $ */
3:
4: /*
5: || Created By : pkpatel

Line 471: igs_or_gen_001.update_org(p_org_unit_cd,

467: END IF;
468: END LOOP ;
469:
470: IF l_check = 1 THEN
471: igs_or_gen_001.update_org(p_org_unit_cd,
472: p_new_org_status,
473: TRUNC(SYSDATE));
474:
475: END IF;

Line 676: igs_or_gen_001.update_org(p_org_unit_cd,

672: -- The Updation of the Most Parent Org Unit should be prevented. Th Updation this Org Unit should
673: -- happen in the Form.
674: IF g_org_unit_cd <> p_org_unit_cd THEN
675:
676: igs_or_gen_001.update_org(p_org_unit_cd,
677: p_org_status,
678: p_end_dt);
679:
680: END IF;

Line 916: END IGS_OR_GEN_001 ;

912:
913: -- Exception Section was not kept. All the Exceptions will be handled in the calling procedures and further in the FORM
914: END update_org;
915:
916: END IGS_OR_GEN_001 ;