DBA Data[Home] [Help]

APPS.AHL_VENDORMERGE_GRP dependencies on STANDARD

Line 102: -- Standard check of p_commit.

98:
99: -- Parameter party_id and party_site_id are included, but not sure whether we need to
100: -- update table ahl_vendor_customer_rels(vendor_site_id, customer_site_id).
101:
102: -- Standard check of p_commit.
103: IF FND_API.To_Boolean(p_commit) THEN
104: COMMIT WORK;
105: END IF;
106: