DBA Data[Home] [Help]

APPS.CN_PAY_GROUP_DTLS_PVT dependencies on CN_SRP_PAY_GROUPS

Line 172: cn_srp_pay_groups cspg,

168: cspg.start_date g,
169: nvl(cspg.end_date, cpg.end_date) h
170: from cn_pay_groups cpg,
171: cn_salesreps csr,
172: cn_srp_pay_groups cspg,
173: cn_period_sets cs
174: where (cpg.pay_group_id = cspg.pay_group_id) and
175: (csr.salesrep_id = cspg.salesrep_id) and
176: (cpg.period_set_id = cs.period_set_id) and