DBA Data[Home] [Help]

APPS.FV_STATUS_OF_OBLIGATIONS dependencies on PO_REQUISITION_HEADERS

Line 46: v_reqnum po_requisition_headers.segment1%type;

42: b_set_of_books_id number;*/
43:
44: -- Variables to store the Main select information
45:
46: v_reqnum po_requisition_headers.segment1%type;
47: v_reqdate date;
48: v_reqamt number;
49: v_reqccid number;
50:

Line 366: from po_requisition_headers porh,

362: v_reqdate ,
363: v_reqamt,
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:

Line 654: from po_requisition_headers porh,

650: v_reqdate ,
651: v_reqamt,
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: