DBA Data[Home] [Help]

APPS.CN_CALC_SUBMISSION_PVT dependencies on CN_SALESREPS

Line 744: cn_salesreps b

740:
741: CURSOR reps IS
742: SELECT b.name, b.employee_number, a.salesrep_id, a.calc_sub_entry_id
743: FROM cn_calc_submission_entries a,
744: cn_salesreps b
745: WHERE a.calc_sub_batch_id = p_calc_sub_batch_id
746: AND a.salesrep_id = b.salesrep_id;
747:
748: CURSOR quotas IS