DBA Data[Home] [Help]

APPS.RA_ADDRESSES_BRIU dependencies on ARP_ADDS

Line 12: IF arp_adds.triggers_enabled THEN

8: /* Check if OSM has disabled address validation on a disconnected Application */
9: -- IF as_disco_addr_validation.ra_addresses_all(:new.address_id,
10: -- :new.org_id,
11: -- :new.last_updated_by) THEN
12: IF arp_adds.triggers_enabled THEN
13: arp_standard.debug('T> RA_ADDRESSES_BRIU: ' || :new.address_id);
14: IF ( :new.status <> 'I' ) THEN
15: /* IF IT'S Inactive address, then no location id */
16: IF ( :new.customer_id <> -1 ) THEN

Line 83: arp_adds.Set_Location_CCID(:new.country,

79: :new.attribute7 := rtrim(:new.attribute7);
80: :new.attribute8 := rtrim(:new.attribute8);
81: :new.attribute9 := rtrim(:new.attribute9);
82: :new.attribute10 := rtrim(:new.attribute10);
83: arp_adds.Set_Location_CCID(:new.country,
84: :new.city,
85: :new.state,
86: :new.county,
87: :new.province,