DBA Data[Home] [Help]

APPS.IGS_DA_PURGE_RQST_PKG dependencies on IGS_DA_REQ_WIF_PKG

Line 72: igs_da_req_wif_pkg.delete_row (

68: );
69: END LOOP;
70: --
71: FOR l_req_wifs IN cur_req_wifs LOOP
72: igs_da_req_wif_pkg.delete_row (
73: x_rowid => l_req_wifs.ROWID,
74: x_return_status => l_return_status,
75: x_msg_data => l_msg_data,
76: x_msg_count => l_msg_count

Line 287: igs_da_req_wif_pkg.delete_row (

283: FOR l_cur_req_wifs IN cur_req_wifs(l_cur_request.batch_id) LOOP
284: --
285: -- Deleting records from WIF Interface table
286: --
287: igs_da_req_wif_pkg.delete_row (
288: x_rowid => l_cur_req_wifs.ROWID,
289: x_return_status => l_return_status,
290: x_msg_data => l_msg_data,
291: x_msg_count => l_msg_count