DBA Data[Home] [Help]

APPS.IGF_AP_MATCHING_PROCESS_PKG dependencies on IGF_AP_NSLDS_DATA_PKG

Line 1423: igf_ap_nslds_data_pkg.insert_row(

1419: log_debug_message(' Beginning Insert of NSLDS record for ISIR ID : ' || p_isir_id || '. Base ID : ' || p_base_id);
1420:
1421: lv_rowid := NULL;
1422: -- Insert old record into ISIR Matched Table
1423: igf_ap_nslds_data_pkg.insert_row(
1424: x_Mode => 'R',
1425: x_rowid => lv_rowid,
1426: x_nslds_id => p_out_nslds_id,
1427: x_isir_id => p_isir_id,