DBA Data[Home] [Help]

APPS.ECE_SPSO_TRANS2 dependencies on FND_PROFILE

Line 84: fnd_profile.get('ECE_OUT_FILE_PATH',

80: -- THE INIT.ORA FILE. Refer to the Oracle7 documentation for more information
81: -- on the package UTL_FILE.
82:
83: xProgress := 'SPSO2B-10-0100';
84: fnd_profile.get('ECE_OUT_FILE_PATH',
85: cOutput_path);
86: EC_DEBUG.PL(3, 'cOutput_path: ',cOutput_path);
87:
88: -- BUG 14733044: if cusor in ece_spso_trans1.Put_Data_To_Output_Table()

Line 132: fnd_profile.get('ECE_SPSO_EXCLUDE_ZERO_SCHEDULE_FROM_FF',exclude_zero_schedule_from_ff);

128: Into x_item_order
129: From chv_item_orders
130: Where schedule_id = rec_hdr.schedule_id;
131: -- 2944455
132: fnd_profile.get('ECE_SPSO_EXCLUDE_ZERO_SCHEDULE_FROM_FF',exclude_zero_schedule_from_ff);
133: If NVL(exclude_zero_schedule_from_ff,'N')<>'Y' then
134: exclude_zero_schedule_from_ff := 'N';
135: End If;
136: If ((exclude_zero_schedule_from_ff = 'N')