DBA Data[Home] [Help]

APPS.POA_DBI_REQ_F_C dependencies on PO_DOC_STYLE_HEADERS

Line 85: po_doc_style_headers style,

81: po_requisition_lines_all rln,
82: po_req_distributions_all rdn,
83: po_distributions_all pod,
84: po_headers_all poh,
85: po_doc_style_headers style,
86: hr_all_organization_units_tl hr
87: where inc.primary_key = rln.requisition_line_id
88: and rln.requisition_line_id = rdn.requisition_line_id
89: and rdn.distribution_id = pod.req_distribution_id

Line 986: po_doc_style_headers style

982: gl_sets_of_books rgl,
983: po_requisition_headers_all rhr,
984: po_line_locations_all pll,
985: po_distributions_all pod,
986: po_doc_style_headers style
987: WHERE
988: inc.primary_key = rln.requisition_line_id
989: and (inc.line_location_id is null or inc.line_location_id = pll.line_location_id)
990: and rln.requisition_header_id = rhr.requisition_header_id

Line 1441: po_doc_style_headers style

1437: gl_sets_of_books rgl,
1438: po_requisition_headers_all rhr,
1439: po_line_locations_all pll,
1440: po_distributions_all pod,
1441: po_doc_style_headers style
1442: WHERE
1443: inc.primary_key = rln.requisition_line_id
1444: and (inc.line_location_id is null or inc.line_location_id = pll.line_location_id)
1445: and inc.batch_id = v_batch_no