DBA Data[Home] [Help]

APPS.OKE_AGREEMENT_PVT dependencies on HZ_CUST_ACCOUNTS

Line 1002: from hz_cust_accounts c,

998: ) is
999:
1000: cursor c_customer is
1001: select 'x'
1002: from hz_cust_accounts c,
1003: hz_parties p
1004: where p.party_id = c.party_id
1005: and p.party_number = p_customer_num
1006: and c.cust_account_id = p_customer_id;

Line 1077: from hz_cust_accounts

1073: ) is
1074:
1075: cursor c_customer_id is
1076: select 'x'
1077: from hz_cust_accounts
1078: where party_id = p_k_party_id
1079: and cust_account_id = p_customer_id;
1080:
1081: l_dummy_value VARCHAR2(1) := '?';