DBA Data[Home] [Help]

APPS.ASO_MAP_QUOTE_ORDER_INT dependencies on HZ_CUST_ACCT_SITES

Line 2577: hz_cust_site_uses a, hz_cust_acct_sites b

2573:
2574: CURSOR site_use_cur IS
2575: select a.site_use_id, b.status,a.status
2576: from
2577: hz_cust_site_uses a, hz_cust_acct_sites b
2578: where
2579: b.cust_account_id = p_cust_account_id
2580: and b.party_site_id = p_party_site_id
2581: and a.cust_acct_site_id = b.cust_acct_site_id

Line 2728: hz_cust_account_roles a, hz_cust_acct_sites c

2724:
2725: CURSOR cust_role(l_party_id number) IS
2726: select a.cust_account_role_id, a.status
2727: from
2728: hz_cust_account_roles a, hz_cust_acct_sites c
2729: --,hz_role_responsibility d
2730: where
2731: a.role_type = 'CONTACT'
2732: and a.party_id = l_party_id

Line 2745: hz_cust_account_roles a, hz_cust_acct_sites c

2741:
2742: CURSOR cust_role_exists(l_party_id number) IS
2743: select 'Y'
2744: from
2745: hz_cust_account_roles a, hz_cust_acct_sites c
2746: where
2747: a.role_type = 'CONTACT'
2748: and a.party_id = l_party_id
2749: and a.cust_account_id = p_cust_account_id