DBA Data[Home] [Help]

APPS.GCS_DATASUB_WF_PKG dependencies on FEM_DATA_LOCATIONS

Line 204: FROM fem_data_locations fdl,

200: -- Submit the Engine
201: BEGIN
202: SELECT 'I'
203: INTO l_execution_mode
204: FROM fem_data_locations fdl,
205: fem_ledgers_attr fla
206: WHERE fdl.ledger_id = p_datasub_info.ledger_id
207: AND fdl.cal_period_id = p_datasub_info.cal_period_id
208: AND fdl.dataset_code = p_datasub_info.dataset_code

Line 1817: FROM fem_data_locations fdl

1813: --Check to see if it is first load for the period
1814: BEGIN
1815: SELECT 'I'
1816: INTO l_execution_mode
1817: FROM fem_data_locations fdl
1818: WHERE fdl.ledger_id = l_datasub_info.ledger_id
1819: AND fdl.cal_period_id = l_datasub_info.cal_period_id
1820: AND fdl.dataset_code = l_datasub_info.dataset_code
1821: AND fdl.source_system_code = l_datasub_info.source_system_code

Line 2034: FROM fem_data_locations fdl,

2030:
2031: BEGIN
2032: SELECT 'I'
2033: INTO l_load_method_code
2034: FROM fem_data_locations fdl,
2035: fem_ledgers_attr fla
2036: WHERE fdl.ledger_id = l_datasub_info.ledger_id
2037: AND fdl.cal_period_id = l_datasub_info.cal_period_id
2038: AND fdl.dataset_code = l_datasub_info.dataset_code