DBA Data[Home] [Help]

APPS.GCS_PURGE_PKG dependencies on GCS_ENTRY_LINES

Line 395: DELETE FROM gcs_entry_lines WHERE entry_id = l_purge_entry_id_rec(j).entry_id;

391: 'Entry ID: : ' ||l_purge_entry_id_rec(j).entry_id||
392: 'Child Entity ID : ' ||l_purge_entry_id_rec(j).child_entity_id);
393: END IF;
394: -- To purge the entry line information
395: DELETE FROM gcs_entry_lines WHERE entry_id = l_purge_entry_id_rec(j).entry_id;
396: -- To purge the entry header information
397: DELETE FROM gcs_entry_headers WHERE entry_id = l_purge_entry_id_rec(j).entry_id;
398: -- To get the Child entity name
399: SELECT entity_name