DBA Data[Home] [Help]

APPS.FTP_TP_PKG dependencies on FEM_DS_INPUT_OUTPUT_DEFS

Line 1172: select output_dataset_code into l_output_ds from fem_ds_input_output_defs

1168: -- Get the object definition id of the process
1169: get_obj_def(p_object_id, p_effective_date, process_info);
1170:
1171: --Get the output dataset code for the given IODD
1172: select output_dataset_code into l_output_ds from fem_ds_input_output_defs
1173: where dataset_io_obj_def_id = p_dataset_def_id;
1174:
1175: /*FEM_ENGINES_PKG.Put_Message(
1176: p_app_name => 'FTP',

Line 1988: select output_dataset_code into l_output_ds from fem_ds_input_output_defs

1984: -- Get Source System Code
1985: EXECUTE IMMEDIATE 'select source_system_code from fem_source_systems_vl
1986: where source_system_display_code = :1' into l_ss_code USING c_app;
1987: -- Get Output dataset code
1988: select output_dataset_code into l_output_ds from fem_ds_input_output_defs
1989: where dataset_io_obj_def_id = p_dataset_def_id;
1990:
1991: FEM_ENGINES_PKG.TECH_MESSAGE(
1992: p_severity => fnd_log.level_error,

Line 2244: select output_dataset_code into l_output_ds from fem_ds_input_output_defs

2240: -- Get the object definition id of the process
2241: get_obj_def(p_object_id, p_effective_date, process_info);
2242:
2243: --Get the output dataset code for the given IODD
2244: select output_dataset_code into l_output_ds from fem_ds_input_output_defs
2245: where dataset_io_obj_def_id = p_dataset_def_id;
2246:
2247: x_exec_lock_exists := 'F';
2248: