DBA Data[Home] [Help]

APPS.CSTPALPC dependencies on PO_DISTRIBUTIONS_ALL

Line 313: from po_distributions_all pod

309: (poll.transaction_flow_header_id is not null or
310: ( poll.accrue_on_receipt_flag = 'Y' and
311: not exists (
312: select 1
313: from po_distributions_all pod
314: where pod.line_location_id = poll.line_location_id and
315: accrue_on_receipt_flag = 'N')))
316: )
317: UNION

Line 358: from po_distributions_all pod

354: where poll.line_location_id = rt.po_line_location_id and
355: poll.accrue_on_receipt_flag = 'Y' and
356: not exists (
357: select 1
358: from po_distributions_all pod
359: where pod.line_location_id = poll.line_location_id and
360: accrue_on_receipt_flag = 'N')
361: ))
362:

Line 631: po_distributions_all pod

627: not exists (
628: select
629: 1
630: from
631: po_distributions_all pod
632: where pod.line_location_id = poll.line_location_id and
633: accrue_on_receipt_flag = 'Y'));
634:
635: l_err_rec CSTPALTY.CST_AE_ERR_REC_TYPE;