DBA Data[Home] [Help]

APPS.IGR_GEN_001 dependencies on IGS_GE_GEN_003

Line 71: igs_ge_gen_003.set_org_id(null);

67: -- * Acknowledge (no change) If none or some of the unsent package items
68: -- are available.
69:
70: -- The following code is added for disabling of OSS in R12.IGS.A - Bug 4955201
71: igs_ge_gen_003.set_org_id(null);
72:
73: retcode := 0;
74: --Converted the variables from VARCHAR2 to DATE
75: p_enquiry_dt_high := IGS_GE_DATE.IGSDATE(p_inq_date_high);

Line 410: l_org_id := igs_ge_gen_003.get_org_id;

406: -- Get the next sequence number for the primary key
407: OPEN c_get_next_seq;
408: FETCH c_get_next_seq INTO v_group_id;
409: CLOSE c_get_next_seq;
410: l_org_id := igs_ge_gen_003.get_org_id;
411: igs_pe_persid_group_pkg.Insert_Row (
412: X_Mode => 'R',
413: X_RowId => lv_rowid,
414: X_Group_Id => v_group_id,

Line 486: l_org_id := igs_ge_gen_003.get_org_id;

482: p_person_id);
483: FETCH c_pigm INTO v_dummy;
484: IF c_pigm%NOTFOUND THEN -- IGS_PE_PERSON not already in group
485: CLOSE c_pigm;
486: l_org_id := igs_ge_gen_003.get_org_id;
487: IGS_PE_PRSID_GRP_MEM_Pkg.Insert_Row (
488: X_Mode => 'R',
489: X_RowId => lv_rowid,
490: X_Group_Id => p_group_id,