DBA Data[Home] [Help]

APPS.JAI_PO_HA_TRIGGER_PKG dependencies on PO_LINE_TYPES_B

Line 21: from po_line_types_b

17: from po_lines_all pol
18: where po_header_id = pr_new.po_header_id
19: and exists
20: (select 1
21: from po_line_types_b
22: where line_type_id = pol.line_type_id
23: and outside_operation_flag = 'Y'
24: );
25: