DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_PVT dependencies on GL_CODE_COMBINATIONS

Line 16346: , po_distributions_gt pod, gl_code_combinations gcc

16342: || poll.shipment_num || g_delim || g_distmsg || g_delim || l_textline
16343: ), 1, 240)
16344: , 'PO_CAN_POLL_INVALID_ACCT_FLEX'
16345: FROM po_lines_gt pol, po_line_locations_gt poll
16346: , po_distributions_gt pod, gl_code_combinations gcc
16347: WHERE pod.line_location_id = poll.line_location_id
16348: AND pol.po_line_id = poll.po_line_id
16349: AND poll.shipment_type IN ('STANDARD', 'PLANNED', 'PREPAYMENT') --
16350: AND NVL(poll.closed_code, 'OPEN') <> 'FINALLY CLOSED'