DBA Data[Home] [Help]

APPS.MTL_PARAMETERS_PKG dependencies on DUAL

Line 1979: FROM DUAL

1975: --
1976: BEGIN
1977: SELECT 'Y'
1978: INTO strgy_assn_exist
1979: FROM DUAL
1980: WHERE EXISTS(SELECT from_organization_id
1981: FROM wms_selection_criteria_txn
1982: WHERE from_organization_id = p_organization_id
1983: AND return_type_code = 'S'

Line 1997: FROM DUAL;

1993: END IF;
1994:
1995: SELECT wms_selection_criteria_txn_s.NEXTVAL
1996: INTO l_stg_assignment_id
1997: FROM DUAL;
1998:
1999: wms_strategy_upgrade_pvt.insert_row(
2000: x_stg_assignment_id => l_stg_assignment_id
2001: , x_sequence_number => 10