DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on OE_GENESIS_UTIL

Line 1955: (Oe_Genesis_Util.source_aia_enabled(l_order_source_id)) OR

1951: END IF;
1952:
1953: -- This IF has been corrected during Bug 7261522 resolution.
1954: IF (
1955: (Oe_Genesis_Util.source_aia_enabled(l_order_source_id)) OR
1956: (Oe_Genesis_Util.source_aia_enabled(l_line_tbl(1).order_source_id))
1957: )
1958: AND
1959: (

Line 1956: (Oe_Genesis_Util.source_aia_enabled(l_line_tbl(1).order_source_id))

1952:
1953: -- This IF has been corrected during Bug 7261522 resolution.
1954: IF (
1955: (Oe_Genesis_Util.source_aia_enabled(l_order_source_id)) OR
1956: (Oe_Genesis_Util.source_aia_enabled(l_line_tbl(1).order_source_id))
1957: )
1958: AND
1959: (
1960: p_flow_status_code = 'FULFILLED'