DBA Data[Home] [Help]

APPS.CSTPAPPR dependencies on RCV_PARAMETERS

Line 1307: rcv_parameters rp

1303: po_line_locations_all poll,
1304: -- J Changes ----------------------------------------------------------------------------
1305: PO_LINES_ALL POL,
1306: -----------------------------------------------------------------------------------------
1307: rcv_parameters rp
1308: WHERE
1309: -- begin fix for perf bug 2581067
1310: (
1311: (l_doc_level = 'D' AND pod.po_distribution_id = l_doc_id)

Line 2169: rcv_parameters rp

2165: po_line_locations_all poll,
2166: -- J Changes --------------------------------------------------------------------------------------
2167: PO_LINES_ALL POL,
2168: ---------------------------------------------------------------------------------------------------
2169: rcv_parameters rp
2170: WHERE
2171: -- begin fix for perf bug 2581067
2172: (
2173: (l_doc_level = 'D' AND pod.po_distribution_id = l_doc_id)

Line 3194: rcv_parameters rp

3190: FROM
3191: po_distributions_all pod,
3192: po_line_locations_all poll,
3193: po_lines_all pol,
3194: rcv_parameters rp
3195: WHERE
3196: (
3197: (l_doc_level = 'D' AND pod.po_distribution_id = l_doc_id)
3198: OR (l_doc_level = 'S' AND poll.line_location_id = l_doc_id)