DBA Data[Home] [Help]

APPS.CST_ACCRUAL_REC_PVT dependencies on PO_DISTRIBUTIONS_ALL

Line 1328: from po_distributions_all pod,

1324: l_erv_id,
1325: l_wo_cc,
1326: l_wo_ct,
1327: l_wo_cd
1328: from po_distributions_all pod,
1329: po_line_locations_all poll,
1330: po_headers_all poh
1331: where pod.po_distribution_id = c_wo_rec.po_distribution_id
1332: and pod.org_id = p_ou_id

Line 1348: from po_distributions_all pod,

1344: gl_currency_api.get_rate(poh.currency_code, gsb.currency_code,
1345: trunc(p_wo_date),poh.rate_type)
1346: )
1347: into l_wo_cr
1348: from po_distributions_all pod,
1349: po_line_locations_all poll,
1350: po_headers_all poh,
1351: gl_sets_of_books gsb
1352: where pod.po_distribution_id = c_wo_rec.po_distribution_id

Line 1365: from po_distributions_all pod

1361: Select NVL(pod.rate,1),
1362: pod.rate_date
1363: into l_wo_cr,
1364: l_wo_cd
1365: from po_distributions_all pod
1366: where pod.po_distribution_id = c_wo_rec.po_distribution_id
1367: and pod.org_id = p_ou_id ;
1368:
1369: END;