DBA Data[Home] [Help]

APPS.PA_PAXAGAST_XMLP_PKG dependencies on HZ_CUST_ACCOUNTS

Line 54: hz_parties p, hz_cust_accounts c

50:
51:
52: IF cust is not null then
53: select p.party_name into cust_name from
54: hz_parties p, hz_cust_accounts c
55: where p.party_id = c.party_id
56: and c.cust_account_id = CUST;
57: end if;
58: