DBA Data[Home] [Help]

APPS.ECE_SPSO_TRANS1 dependencies on FND_PROFILE

Line 55: fnd_profile.get('ECE_' || p_Transaction_Type || '_ENABLED',cEnabled);

51: ec_debug.pl ( 3, 'v_debug_mode: ',v_debug_mode );
52: ec_debug.pl(3,'p_batch_id: ',p_batch_id);
53: /* Check to see if the transaction is enabled. If not, abort */
54: xProgress := 'SPSO-10-1001';
55: fnd_profile.get('ECE_' || p_Transaction_Type || '_ENABLED',cEnabled);
56:
57: xProgress := 'SPSO-10-1002';
58: IF cEnabled = 'N' THEN
59: xProgress := 'SPSO-10-1003';

Line 325: fnd_profile.get('ECE_' || p_Transaction_Type || '_ENABLED',cEnabled);

321: ec_debug.pl ( 3, 'p_batch_id ',p_batch_id );
322:
323: /* Check to see if the transaction is enabled. If not, abort */
324: xProgress := 'SSSO-10-1001';
325: fnd_profile.get('ECE_' || p_Transaction_Type || '_ENABLED',cEnabled);
326:
327: xProgress := 'SSSO-10-1002';
328: IF cEnabled = 'N' THEN
329: xProgress := 'SSSO-10-1003';

Line 748: fnd_profile.get ( 'ECE_OUT_FILE_PATH',

744: -- THE INIT.ORA FILE. Refer to the Oracle7 documentation for more information
745: -- on the package UTL_FILE.
746:
747: xProgress := 'SPSOB-10-0100';
748: fnd_profile.get ( 'ECE_OUT_FILE_PATH',
749: cOutput_path );
750: ec_debug.pl ( 3, 'cOutput_path: ',cOutput_path );
751:
752:

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

1212: when others then
1213: null;
1214: end;
1215: -- 2944455
1216: fnd_profile.get('ECE_SPSO_EXCLUDE_ZERO_SCHEDULE_FROM_FF',exclude_zero_schedule_from_ff);
1217: If NVL(exclude_zero_schedule_from_ff,'N')<>'Y' then
1218: exclude_zero_schedule_from_ff := 'N';
1219: End If;
1220: -- ******************************************

Line 1833: fnd_profile.get('ECE_OUT_FILE_PATH',

1829: -- THE INIT.ORA FILE. Refer to the Oracle7 documentation for more information
1830: -- on the package UTL_FILE.
1831:
1832: xProgress := 'SPSOB-30-0100';
1833: fnd_profile.get('ECE_OUT_FILE_PATH',
1834: cOutput_path);
1835: ec_debug.pl ( 3, 'cOutput_path: ',cOutput_path );
1836:
1837:

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

2043: From chv_item_orders
2044: Where schedule_id = rec_hdr.schedule_id
2045: And schedule_item_id = rec_item.schedule_item_id;
2046:
2047: fnd_profile.get('ECE_SPSO_EXCLUDE_ZERO_SCHEDULE_FROM_FF',exclude_zero_schedule_from_ff);
2048: If NVL(exclude_zero_schedule_from_ff,'N')<>'Y' then
2049: exclude_zero_schedule_from_ff := 'N';
2050: End If; -- 2944455
2051:

Line 2450: fnd_profile.get ( 'ECE_OUT_FILE_PATH',

2446: -- THE INIT.ORA FILE. Refer to the Oracle7 documentation for more information
2447: -- on the package UTL_FILE.
2448:
2449: xProgress := 'SPSOB-40-0100';
2450: fnd_profile.get ( 'ECE_OUT_FILE_PATH',
2451: cOutput_path );
2452:
2453: ec_debug.pl ( 3, 'cOutput_path: ',cOutput_path );
2454:

Line 2637: fnd_profile.get ( 'ECE_OUT_FILE_PATH',

2633: -- THE INIT.ORA FILE. Refer to the Oracle7 documentation for more information
2634: -- on the package UTL_FILE.
2635:
2636: xProgress := 'SPSOB-50-0100';
2637: fnd_profile.get ( 'ECE_OUT_FILE_PATH',
2638: cOutput_path );
2639: ec_debug.pl ( 3, 'cOutput_path: ',cOutput_path );
2640:
2641: /* --------------------------------------------------------------------------