DBA Data[Home] [Help]

APPS.EAM_PROCESS_FAILURE_ENTRY_PVT dependencies on EAM_ASSET_FAILURES_S

Line 665: SELECT eam_asset_failures_s.nextval

661: IF l_eam_failure_entry_record.transaction_type IS NOT NULL THEN
662:
663: IF l_eam_failure_entry_record.transaction_type = Eam_Process_Failure_Entry_PUB.G_FE_CREATE THEN
664: /* dbms_output.put_line('Just Before Inserting the data into eam_asset_failures0'); */
665: SELECT eam_asset_failures_s.nextval
666: INTO l_failure_id
667: FROM DUAL;
668: l_eam_failure_entry_record.failure_id := l_failure_id;
669: /* dbms_output.put_line('Just Before Inserting the data into eam_asset_failures'); */