DBA Data[Home] [Help]

APPS.PA_CUSTOMER_INFO dependencies on HZ_ROLE_RESPONSIBILITY

Line 1004: hz_role_responsibility hrrep

1000: SELECT 'Y'
1001: INTO l_return_value
1002: FROM
1003: hz_cust_account_roles acct_role,
1004: hz_role_responsibility hrrep
1005: WHERE acct_role.cust_account_id = l_Customer_Id
1006: and acct_role.cust_account_role_id = l_Contact_Id
1007: and acct_role.cust_account_role_id = hrrep.cust_account_role_id
1008: and hrrep.responsibility_type = l_site_use_code

Line 1046: hz_role_responsibility hrrep ,

1042: SELECT 'Y'
1043: INTO l_return_value
1044: FROM
1045: hz_cust_account_roles acct_role ,
1046: hz_role_responsibility hrrep ,
1047: hz_cust_acct_sites_all acct_site
1048: WHERE acct_role.cust_account_id = l_Customer_Id
1049: and acct_role.cust_account_role_id = hrrep.cust_account_role_id
1050: and acct_role.cust_account_role_id = l_Contact_Id