DBA Data[Home] [Help]

APPS.ARP_CLAS_PKG dependencies on PO_LOCATION_ASSOCIATIONS_ALL

Line 34: from po_location_associations_all

30: --
31: begin
32: select count(1)
33: into dummy
34: from po_location_associations_all
35: where location_id = p_inventory_location_id
36: and org_id = l_org_id;
37: --
38: if ( dummy >= 1 ) then

Line 57: from po_location_associations_all

53: --
54: begin
55: select count(1)
56: into dummy
57: from po_location_associations_all
58: where location_id = p_inventory_location_id;
59: --
60: if ( dummy >= 1 ) then
61: fnd_message.set_name('AR','AR_CUST_DUP_INTERNAL_LOCATION');