DBA Data[Home] [Help]

APPS.IGS_PE_USERID_PKG dependencies on IGS_GE_GEN_003

Line 870: gmaheswa 5-Jan-2006 4869737: Added call to igs_ge_gen_003.set_org_id to disable OSS from R12.

866:
867: Who When What
868: ---------------------------------------------------------------
869: Don Shellito 27-Jan-2002 New Package Created.
870: gmaheswa 5-Jan-2006 4869737: Added call to igs_ge_gen_003.set_org_id to disable OSS from R12.
871: ******************************************************************/
872: PROCEDURE Create_Batch_Users (errbuf OUT NOCOPY VARCHAR2,
873: retcode OUT NOCOPY NUMBER,
874: p_group_id IN NUMBER,

Line 895: igs_ge_gen_003.set_org_id;

891: AND pe.create_dt <= SYSDATE;
892:
893: BEGIN
894:
895: igs_ge_gen_003.set_org_id;
896: l_api_version := 1.0;
897: --
898: -- Initialize the message stack for any messages that could be created prior to the processing
899: --