DBA Data[Home] [Help]

APPS.EAM_PROCESS_FAILURE_ENTRY_PVT dependencies on EAM_ASSET_FAILURE_CODES_S

Line 806: SELECT eam_asset_failure_codes_s.nextval

802: IF l_eam_failure_codes_record.transaction_type = Eam_Process_Failure_Entry_PUB.G_FE_CREATE THEN
803:
804: /* dbms_output.put_line('Just Before Inserting the data into eam_asset_failure_codes'); */
805:
806: SELECT eam_asset_failure_codes_s.nextval
807: INTO l_failure_entry_id
808: FROM DUAL;
809: l_eam_failure_codes_record.failure_entry_id := l_failure_entry_id;
810: