DBA Data[Home] [Help]

APPS.AMW_PROC_APPROVAL_PKG dependencies on AMW_SIGNIFICANT_ELEMENTS

Line 356: update amw_significant_elements

352: and object_type in ('PROCESS', 'CONTROL')
353: and deletion_date is not null
354: and deletion_approval_date is null;
355:
356: update amw_significant_elements
357: set approval_date = APPROV_TXN_DATE
358: where pk1 = p_process_id
359: and object_type = 'PROCESS'
360: and approval_date is null;

Line 362: update amw_significant_elements

358: where pk1 = p_process_id
359: and object_type = 'PROCESS'
360: and approval_date is null;
361:
362: update amw_significant_elements
363: set deletion_approval_date = APPROV_TXN_DATE
364: where pk1 = p_process_id
365: and object_type = 'PROCESS'
366: and deletion_date is not null