DBA Data[Home] [Help]

APPS.AMW_PROC_APPROVAL_PKG dependencies on AMW_ACCT_ASSOCIATIONS

Line 330: update amw_acct_associations

326: and object_type = 'RISK'
327: and deletion_date is not null
328: and deletion_approval_date is null;
329:
330: update amw_acct_associations
331: set approval_date = APPROV_TXN_DATE
332: where pk1 = p_process_id
333: and object_type = 'PROCESS'
334: and approval_date is null;

Line 336: update amw_acct_associations

332: where pk1 = p_process_id
333: and object_type = 'PROCESS'
334: and approval_date is null;
335:
336: update amw_acct_associations
337: set deletion_approval_date = APPROV_TXN_DATE
338: where pk1 = p_process_id
339: and object_type = 'PROCESS'
340: and deletion_date is not null