DBA Data[Home] [Help]

APPS.EAM_PROCESS_FAILURE_ENTRY_PVT dependencies on EAM_ASSET_FAILURES_S

Line 661: SELECT eam_asset_failures_s.nextval

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