DBA Data[Home] [Help]

APPS.IGS_DA_CNFG_REQ_TYP_PKG dependencies on IGS_DA_CNFG_PKG

Line 267: igs_da_cnfg_pkg.get_fk_igs_da_cnfg_req_typ (

263: || (reverse chronological order - newest change first)
264: */
265: BEGIN
266:
267: igs_da_cnfg_pkg.get_fk_igs_da_cnfg_req_typ (
268: old_references.request_type_id
269: );
270:
271: igs_da_cnfg_ftr_pkg.get_fk_igs_da_cnfg_req_typ (

Line 1392: igs_da_cnfg_pkg.delete_row (

1388:
1389: FOR l_cur_igs_da_cnfg IN cur_igs_da_cnfg(l_cur_parent_table.request_type_id) LOOP
1390:
1391:
1392: igs_da_cnfg_pkg.delete_row (
1393: x_rowid => l_cur_igs_da_cnfg.rowid
1394: );
1395:
1396: END LOOP;