DBA Data[Home] [Help]

APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_SL_CL_RESP_R1_PKG

Line 1411: p_v_string => 'Invoking igf_sl_cl_resp_r1_pkg.insert_row'

1407: END IF;
1408:
1409: gv_debug_str := 'INSERT_INTO_RESP1 - 1' ||' ';
1410: log_to_fnd(p_v_module => 'insert_into_resp_r1',
1411: p_v_string => 'Invoking igf_sl_cl_resp_r1_pkg.insert_row'
1412: );
1413:
1414: igf_sl_cl_resp_r1_pkg.insert_row (
1415: x_mode => 'R' ,

Line 1414: igf_sl_cl_resp_r1_pkg.insert_row (

1410: log_to_fnd(p_v_module => 'insert_into_resp_r1',
1411: p_v_string => 'Invoking igf_sl_cl_resp_r1_pkg.insert_row'
1412: );
1413:
1414: igf_sl_cl_resp_r1_pkg.insert_row (
1415: x_mode => 'R' ,
1416: x_rowid => l_row_id ,
1417: x_clrp1_id => l_clrp1_id ,
1418: x_cbth_id => g_cbth_id ,

Line 2059: igf_sl_cl_resp_r1_pkg.update_row (

2055: -- Update the all the Response Record Status to 'Y'
2056: -- to indicate the Records have been processed for this Batch Id
2057: --
2058:
2059: igf_sl_cl_resp_r1_pkg.update_row (
2060: X_Mode => 'R',
2061: x_rowid => loaded_1rec.row_id,
2062: x_clrp1_id => loaded_1rec.clrp1_id,
2063: x_cbth_id => loaded_1rec.cbth_id,