DBA Data[Home] [Help]

APPS.IGS_UC_TRX_GEN_HOOK dependencies on IGS_UC_OFFER_CONDS

Line 14: p_condition_category IN igs_uc_offer_conds.condition_category%TYPE DEFAULT NULL,

10: p_sequence_number IN igs_ad_ps_appl_inst.sequence_number%TYPE,
11: p_outcome_status IN igs_ad_ps_appl_inst.adm_outcome_status%TYPE,
12: p_cond_offer_status IN igs_ad_ps_appl_inst.adm_cndtnl_offer_status%TYPE,
13: p_alt_appl_id IN igs_ad_appl.alt_appl_id%TYPE DEFAULT NULL,
14: p_condition_category IN igs_uc_offer_conds.condition_category%TYPE DEFAULT NULL,
15: p_condition_name IN igs_uc_offer_conds.condition_name%TYPE DEFAULT NULL,
16: p_uc_tran_id OUT NOCOPY NUMBER
17: );
18:

Line 15: p_condition_name IN igs_uc_offer_conds.condition_name%TYPE DEFAULT NULL,

11: p_outcome_status IN igs_ad_ps_appl_inst.adm_outcome_status%TYPE,
12: p_cond_offer_status IN igs_ad_ps_appl_inst.adm_cndtnl_offer_status%TYPE,
13: p_alt_appl_id IN igs_ad_appl.alt_appl_id%TYPE DEFAULT NULL,
14: p_condition_category IN igs_uc_offer_conds.condition_category%TYPE DEFAULT NULL,
15: p_condition_name IN igs_uc_offer_conds.condition_name%TYPE DEFAULT NULL,
16: p_uc_tran_id OUT NOCOPY NUMBER
17: );
18:
19: END igs_uc_trx_gen_hook;