DBA Data[Home] [Help]

APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on IGF_AP_CSS_PROFILE_PKG

Line 247: igf_ap_css_profile_pkg.update_row (

243: WHERE base_id = x_base_id FOR UPDATE NOWAIT ;
244: BEGIN
245: -- Cursor for updating the active_profile of all the old profile records of the student to 'n'
246: FOR css_profile_data IN cur_css_profile(cp_base_id) LOOP
247: igf_ap_css_profile_pkg.update_row (
248: X_Mode => 'R',
249: x_rowid => css_profile_data.row_id,
250: x_cssp_id => css_profile_data.cssp_id,
251: x_base_id => css_profile_data.base_id,

Line 1984: igf_ap_css_profile_pkg.insert_row(

1980: -- Insert Record in IGF_AP_CSS_PROFILE table
1981: FOR cur_css_interface_rec IN cur_css_interface ( pn_css_id)
1982: LOOP
1983:
1984: igf_ap_css_profile_pkg.insert_row(
1985: x_mode => 'R',
1986: x_rowid => lv_rowid,
1987: x_cssp_id => pn_cssp_id,
1988: x_base_id => pn_base_id,