DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_PVT dependencies on PO_DISTRIBUTIONS_MERGE_V

Line 18226: FROM PO_DISTRIBUTIONS_MERGE_V POD

18222: , pod.funded_value ,
18223: pod.acrn,
18224: pod.clm_payment_sequence_num
18225:
18226: FROM PO_DISTRIBUTIONS_MERGE_V POD
18227: WHERE POD.po_distribution_id = l_dist_id_tbl(i)
18228: and pod.draft_id = p_draft_id
18229: /* -- CLM Aprvl
18230: FROM PO_DISTRIBUTIONS_ALL POD

Line 23112: FROM po_distributions_merge_v pda,

23108: (SELECT pda.po_distribution_id,
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