DBA Data[Home] [Help]

APPS.CSTPAPPR dependencies on RCV_PARAMETERS

Line 1334: rcv_parameters rp

1330: po_line_locations_all poll,
1331: -- J Changes ----------------------------------------------------------------------------
1332: PO_LINES_ALL POL,
1333: -----------------------------------------------------------------------------------------
1334: rcv_parameters rp
1335: WHERE
1336: -- begin fix for perf bug 2581067
1337: (
1338: (l_doc_level = 'D' AND pod.po_distribution_id = l_doc_id)

Line 2449: rcv_parameters rp

2445: po_line_locations_all poll,
2446: -- J Changes --------------------------------------------------------------------------------------
2447: PO_LINES_ALL POL,
2448: ---------------------------------------------------------------------------------------------------
2449: rcv_parameters rp
2450: WHERE
2451: -- begin fix for perf bug 2581067
2452: (
2453: (l_doc_level = 'D' AND pod.po_distribution_id = l_doc_id)

Line 3554: rcv_parameters rp

3550: FROM
3551: po_distributions_all pod,
3552: po_line_locations_all poll,
3553: po_lines_all pol,
3554: rcv_parameters rp
3555: WHERE
3556: (
3557: (l_doc_level = 'D' AND pod.po_distribution_id = l_doc_id)
3558: OR (l_doc_level = 'S' AND poll.line_location_id = l_doc_id)