DBA Data[Home] [Help]

APPS.PA_CUSTOMER_INFO dependencies on HZ_ROLE_RESPONSIBILITY

Line 995: hz_role_responsibility hrrep

991: SELECT 'Y'
992: INTO l_return_value
993: FROM
994: hz_cust_account_roles acct_role,
995: hz_role_responsibility hrrep
996: WHERE acct_role.cust_account_id = l_Customer_Id
997: and acct_role.cust_account_role_id = l_Contact_Id
998: and acct_role.cust_account_role_id = hrrep.cust_account_role_id
999: and hrrep.responsibility_type = l_site_use_code

Line 1037: hz_role_responsibility hrrep ,

1033: SELECT 'Y'
1034: INTO l_return_value
1035: FROM
1036: hz_cust_account_roles acct_role ,
1037: hz_role_responsibility hrrep ,
1038: hz_cust_acct_sites_all acct_site
1039: WHERE acct_role.cust_account_id = l_Customer_Id
1040: and acct_role.cust_account_role_id = hrrep.cust_account_role_id
1041: and acct_role.cust_account_role_id = l_Contact_Id