DBA Data[Home] [Help]

APPS.CN_UPG_PMT_TRXNS_PKG dependencies on CN_PERIOD_STATUSES_ALL

Line 280: from cn_period_statuses_all p, cn_quotas_all q

276: ),
277: p.start_date
278: ), p.start_date
279: )
280: from cn_period_statuses_all p, cn_quotas_all q
281: where p.period_id = pmt.pay_period_id
282: and q.quota_id(+) = pmt.quota_id
283: and q.org_id(+) = p.org_id
284: and p.org_id = pmt.org_id