DBA Data[Home] [Help]

APPS.FV_STATUS_OF_OBLIGATIONS dependencies on PO_REQ_DISTRIBUTIONS

Line 59: po_req_distributions.distribution_id%type ;

55: v_obligstatus po_lines.closed_code%type;
56: v_inv_po_distribution_id
57: po_distributions.po_distribution_id%type ;
58: v_po_req_distribution_id
59: po_req_distributions.distribution_id%type ;
60: v_po_distribution_id po_distributions.po_distribution_id%type ;
61:
62: v_invnum ap_invoices.invoice_num%type;
63: v_invdate date;

Line 368: po_req_distributions pord,

364: v_reqccid
365:
366: from po_requisition_headers porh,
367: po_requisition_lines porl,
368: po_req_distributions pord,
369: gl_code_combinations glcc
370:
371: where pord.distribution_id = v_po_req_distribution_id
372: and porh.requisition_header_id =

Line 656: po_req_distributions pord,

652: v_reqccid
653:
654: from po_requisition_headers porh,
655: po_requisition_lines porl,
656: po_req_distributions pord,
657: gl_code_combinations glcc
658:
659: where pord.distribution_id = v_po_req_distribution_id
660: and porh.requisition_header_id = porl.requisition_header_id