DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_PVT dependencies on GL_CODE_COMBINATIONS

Line 20267: , po_distributions_gt pod, gl_code_combinations gcc

20263: || poll.shipment_num || g_delim || g_distmsg || g_delim || l_textline
20264: ), 1, 240)
20265: , 'PO_CAN_POLL_INVALID_ACCT_FLEX'
20266: FROM po_lines_gt pol, po_line_locations_gt poll
20267: , po_distributions_gt pod, gl_code_combinations gcc
20268: WHERE pod.line_location_id = poll.line_location_id
20269: AND pol.po_line_id = poll.po_line_id
20270: AND poll.shipment_type IN ('STANDARD', 'PLANNED', 'PREPAYMENT') --
20271: AND NVL(poll.closed_code, 'OPEN') <> 'FINALLY CLOSED'

Line 23113: gl_code_combinations_kfv glcc

23109: glcc.concatenated_segments charge_acc,
23110: pda.clm_misc_loa ,
23111: pda.acrn
23112: FROM po_distributions_merge_v pda,
23113: gl_code_combinations_kfv glcc
23114: WHERE pda.po_header_id = P_DOCUMENT_ID
23115: and pda.draft_id = P_DRAFT_ID
23116: AND pda.code_combination_id = glcc.code_combination_id
23117: );