DBA Data[Home] [Help]

APPS.ECE_SPSO_TRANS2 dependencies on FND_PROFILE

Line 82: fnd_profile.get('ECE_OUT_FILE_PATH',

78: -- THE INIT.ORA FILE. Refer to the Oracle7 documentation for more information
79: -- on the package UTL_FILE.
80:
81: xProgress := 'SPSO2B-10-0100';
82: fnd_profile.get('ECE_OUT_FILE_PATH',
83: cOutput_path);
84: EC_DEBUG.PL(3, 'cOutput_path: ',cOutput_path);
85:
86:

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

119: Into x_item_order
120: From chv_item_orders
121: Where schedule_id = rec_hdr.schedule_id;
122: -- 2944455
123: fnd_profile.get('ECE_SPSO_EXCLUDE_ZERO_SCHEDULE_FROM_FF',exclude_zero_schedule_from_ff);
124: If NVL(exclude_zero_schedule_from_ff,'N')<>'Y' then
125: exclude_zero_schedule_from_ff := 'N';
126: End If;
127: If ((exclude_zero_schedule_from_ff = 'N') OR