DBA Data[Home] [Help]

APPS.IGS_PE_SET_REM_HOLDS dependencies on IGS_GE_GEN_003

Line 162: IGS_GE_GEN_003.set_org_id(p_org_id) ; /** sets the orgid **/

158: l_group_type IGS_PE_PERSID_GROUP_V.group_type%TYPE;
159:
160: BEGIN
161:
162: IGS_GE_GEN_003.set_org_id(p_org_id) ; /** sets the orgid **/
163: retcode := 0 ; /** initialises the out NOCOPY parameter to 0 **/
164:
165: -- Set the variable to 'N' to prevent the security level validation to happen for each record.
166: igs_pe_gen_001.g_hold_validation := 'N';

Line 428: IGS_GE_GEN_003.set_org_id(p_org_id) ; /** sets the orgid **/

424:
425: l_group_type IGS_PE_PERSID_GROUP_V.group_type%type;
426:
427: BEGIN
428: IGS_GE_GEN_003.set_org_id(p_org_id) ; /** sets the orgid **/
429: retcode := 0 ; /** initialises the out NOCOPY parameter to 0 **/
430:
431: -- Set the variable to 'N' to prevent the security level validation to happen for each record.
432: igs_pe_gen_001.g_hold_validation := 'N';