DBA Data[Home] [Help]

APPS.IGF_SL_CL_RECIPIENT_PKG dependencies on IGF_AW_FUND_CAT_PKG

Line 134: || igf_aw_fund_cat_pkg.get_fk_igf_sl_cl_recipient

130: || Known limitations, enhancements or remarks :
131: || Change History :
132: || Who When What
133: || bkkumar 10-apr-04 FACR116 - Added the
134: || igf_aw_fund_cat_pkg.get_fk_igf_sl_cl_recipient
135: || (reverse chronological order - newest change first)
136: */
137: BEGIN
138:

Line 151: igf_aw_fund_cat_pkg.get_fk_igf_sl_cl_recipient (

147: igf_sl_lor_pkg.get_fk_igf_sl_cl_recipient (
148: old_references.relationship_cd
149: );
150:
151: igf_aw_fund_cat_pkg.get_fk_igf_sl_cl_recipient (
152: old_references.relationship_cd
153: );
154:
155: END check_child_existance;