DBA Data[Home] [Help]

APPS.CST_ACCRUAL_REC_PVT dependencies on PO_HEADERS_ALL

Line 1340: po_headers_all poh

1336: l_wo_ct,
1337: l_wo_cd
1338: from po_distributions_all pod,
1339: po_line_locations_all poll,
1340: po_headers_all poh
1341: where pod.po_distribution_id = c_wo_rec.po_distribution_id
1342: and pod.org_id = p_ou_id
1343: and poh.po_header_id = pod.po_header_id
1344: and poll.line_location_id = pod.line_location_id;

Line 1360: po_headers_all poh,

1356: )
1357: into l_wo_cr
1358: from po_distributions_all pod,
1359: po_line_locations_all poll,
1360: po_headers_all poh,
1361: gl_sets_of_books gsb
1362: where pod.po_distribution_id = c_wo_rec.po_distribution_id
1363: and pod.org_id = p_ou_id
1364: and poh.po_header_id = pod.po_header_id