DBA Data[Home] [Help]

APPS.LNS_BILLING_BATCH_PUB dependencies on HZ_CUST_SITE_USES

Line 1178: from hz_cust_site_uses

1174:
1175: /* query for site_use_id */
1176: CURSOR site_use_id_cur(P_SITE_ID number) IS
1177: select site_use_id
1178: from hz_cust_site_uses
1179: where cust_acct_site_id = P_SITE_ID
1180: and site_use_code = 'BILL_TO'
1181: and status = 'A';
1182: