DBA Data[Home] [Help]

APPS.LNS_BILLING_BATCH_PUB dependencies on HZ_CUST_SITE_USES

Line 1221: from hz_cust_site_uses

1217:
1218: /* query for site_use_id */
1219: CURSOR site_use_id_cur(P_SITE_ID number) IS
1220: select site_use_id, PRIMARY_SALESREP_ID
1221: from hz_cust_site_uses
1222: where cust_acct_site_id = P_SITE_ID
1223: and site_use_code = 'BILL_TO'
1224: and status = 'A';
1225: