DBA Data[Home] [Help]

APPS.CSTPALPC dependencies on PO_DISTRIBUTIONS_ALL

Line 339: from po_distributions_all pod

335: (poll.transaction_flow_header_id is not null or
336: ( poll.accrue_on_receipt_flag = 'Y' and
337: not exists (
338: select 1
339: from po_distributions_all pod
340: where pod.line_location_id = poll.line_location_id and
341: accrue_on_receipt_flag = 'N')))
342: )
343: UNION

Line 383: from po_distributions_all pod

379: where poll.line_location_id = rt.po_line_location_id and
380: poll.accrue_on_receipt_flag = 'Y' and
381: not exists (
382: select 1
383: from po_distributions_all pod
384: where pod.line_location_id = poll.line_location_id and
385: accrue_on_receipt_flag = 'N')
386: ))
387:

Line 656: po_distributions_all pod

652: not exists (
653: select
654: 1
655: from
656: po_distributions_all pod
657: where pod.line_location_id = poll.line_location_id and
658: accrue_on_receipt_flag = 'Y'));
659:
660: l_err_rec CSTPALTY.CST_AE_ERR_REC_TYPE;