DBA Data[Home] [Help]

APPS.FV_STATUS_OF_OBLIGATIONS dependencies on PO_LINES

Line 55: v_obligstatus po_lines.closed_code%type;

51: v_oblignum po_headers.segment1%type;
52: v_obligdate date;
53: v_obligamt number;
54: v_obligccid number;
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 ;

Line 297: po_lines pol,

293: v_po_req_distribution_id,
294: v_po_distribution_id
295:
296: from po_headers poh,
297: po_lines pol,
298: po_line_locations poll,
299: po_distributions pod,
300: gl_code_combinations glcc
301:

Line 536: po_lines pol,

532: pod.code_combination_id,
533: pod.req_distribution_id,
534: pod.po_distribution_id' || v_val_string ||
535: ' from po_headers poh,
536: po_lines pol,
537: po_line_locations poll,
538: po_distributions pod,
539: gl_code_combinations glcc
540: where