DBA Data[Home] [Help]

APPS.AR_ARXCCS_XMLP_PKG dependencies on HZ_CONTACT_POINTS

Line 2487: FROM hz_contact_points cont_point,

2483: DECODE(AR_PAYMENT_SCHEDULES.INVOICE_CURRENCY_CODE, functional_currency, ' ',
2484: DECODE(AR_PAYMENT_SCHEDULES.EXCHANGE_RATE, NULL, '*', ' '))),
2485: AR_CUSTOMER_CALL_TOPICS.CALL_DATE,
2486: ROUND(TRUNC(SYSDATE) - AR_CUSTOMER_CALL_TOPICS.CALL_DATE)
2487: FROM hz_contact_points cont_point,
2488: hz_cust_account_roles car, AR_LOOKUPS LKUPS,
2489: AR_PAYMENT_SCHEDULES, AR_CUSTOMER_CALL_TOPICS, AR_CALL_ACTIONS
2490: --WHERE AR_CUSTOMER_CALL_TOPICS.CUSTOMER_ID = CUSTOMER_ID
2491: WHERE AR_CUSTOMER_CALL_TOPICS.CUSTOMER_ID = CUSTOMER_ID_1

Line 2772: hz_contact_points cont_point,

2768: from hz_cust_account_roles acct_role,
2769: hz_parties party,
2770: hz_relationships rel,
2771: hz_org_contacts org_cont,
2772: hz_contact_points cont_point,
2773: hz_cust_account_roles car
2774: where acct_role.cust_acct_site_id = Address_id
2775: and acct_role.party_id = rel.party_id
2776: and acct_role.role_type = 'CONTACT'