DBA Data[Home] [Help]

APPS.AMW_PROC_ORG_APPROVAL_PKG dependencies on AMW_AP_ASSOCIATIONS

Line 543: update amw_ap_associations

539: and deletion_date is not null
540: and deletion_approval_date is null;
541:
542: -- Set the Start date of AP Associations...
543: update amw_ap_associations
544: set association_creation_date = sysdate
545: where pk1 = p_org_id
546: and pk2 = p_process_id
547: and object_type = 'CTRL_ORG'

Line 550: update AMW_AP_ASSOCIATIONS

546: and pk2 = p_process_id
547: and object_type = 'CTRL_ORG'
548: and association_creation_date is null;
549:
550: update AMW_AP_ASSOCIATIONS
551: set deletion_date = sysdate
552: WHERE object_type = 'CTRL_ORG'
553: and pk1 = p_org_id
554: and pk2 = p_process_id