DBA Data[Home] [Help]

APPS.IGS_AD_PRCS_CAT_STEP_PKG dependencies on IGS_GE_GEN_003

Line 541: -- the value of function igs_ge_gen_003.get_org_id

537: /*-----------------------------------------------------------------------------------
538: --History
539: --Who When What
540: --sbaliga 12-feb-2002 Modified call to before_dml by assigning to x_org_id
541: -- the value of function igs_ge_gen_003.get_org_id
542: -- as part of SWCR006 build.
543: ---------------------------------------------------------------------------------------*/
544:
545: cursor C is select ROWID from IGS_AD_PRCS_CAT_STEP_ALL

Line 574: x_org_id => igs_ge_gen_003.get_org_id,

570: app_exception.raise_exception;
571: end if;
572: Before_DML(p_action =>'INSERT',
573: x_rowid =>X_ROWID,
574: x_org_id => igs_ge_gen_003.get_org_id,
575: x_admission_cat => X_ADMISSION_CAT,
576: x_s_admission_process_type => X_S_ADMISSION_PROCESS_TYPE,
577: x_s_admission_step_type => X_S_ADMISSION_STEP_TYPE,
578: x_mandatory_step_ind => NVL(X_MANDATORY_STEP_IND,'Y'),

Line 694: -- the value of function igs_ge_gen_003.get_org_id

690: /*-----------------------------------------------------------------------------------
691: --History
692: --Who When What
693: --sbaliga 12-feb-2002 Modified call to before_dml by assigning to x_org_id
694: -- the value of function igs_ge_gen_003.get_org_id
695: -- as part of SWCR006 build.
696: ---------------------------------------------------------------------------------------*/
697: X_LAST_UPDATE_DATE DATE;
698: X_LAST_UPDATED_BY NUMBER;

Line 721: x_org_id => igs_ge_gen_003.get_org_id,

717: app_exception.raise_exception;
718: end if;
719: Before_DML(p_action =>'UPDATE',
720: x_rowid =>X_ROWID,
721: x_org_id => igs_ge_gen_003.get_org_id,
722: x_admission_cat => X_ADMISSION_CAT,
723: x_s_admission_process_type => X_S_ADMISSION_PROCESS_TYPE,
724: x_s_admission_step_type => X_S_ADMISSION_STEP_TYPE,
725: x_mandatory_step_ind => X_MANDATORY_STEP_IND,