DBA Data[Home] [Help]

APPS.IGF_SL_DL_CHG_ACK dependencies on IGF_SL_DL_CHG_RESP_PKG

Line 272: igf_sl_dl_chg_resp_pkg.insert_row (

268: FOR l_incr in 1..10 LOOP
269:
270: IF RTRIM(substr(orec.record_data, 24+(56*(l_incr-1)), 4)) IS NOT NULL THEN
271: l_rowid := NULL;
272: igf_sl_dl_chg_resp_pkg.insert_row (
273: x_mode => 'R',
274: x_rowid => l_rowid,
275: X_resp_num => l_lor_resp_num,
276: X_dbth_id => l_dbth_id,

Line 661: igf_sl_dl_chg_resp_pkg.update_row (

657: FOR tbh_rec in c_tbh_cur LOOP
658:
659: tbh_rec.status := p_status;
660:
661: igf_sl_dl_chg_resp_pkg.update_row (
662: X_Mode => 'R',
663: x_rowid => tbh_rec.row_id,
664: x_resp_num => tbh_rec.resp_num,
665: x_dbth_id => tbh_rec.dbth_id,