DBA Data[Home] [Help]

APPS.CSD_REPAIR_ESTIMATE_PVT dependencies on FND_PROFILE

Line 18: G_DEBUG_LEVEL CONSTANT NUMBER := TO_NUMBER(NVL(Fnd_Profile.value('CSD_DEBUG_LEVEL'),

14: C_EST_STATUS_REJECTED CONSTANT VARCHAR2(30) := 'REJECTED';
15: C_EST_STATUS_NEW CONSTANT VARCHAR2(30) := 'NEW';
16: C_REP_STATUS_APPROVED CONSTANT VARCHAR2(30) := 'A';
17: C_REP_STATUS_REJECTED CONSTANT VARCHAR2(30) := 'R';
18: G_DEBUG_LEVEL CONSTANT NUMBER := TO_NUMBER(NVL(Fnd_Profile.value('CSD_DEBUG_LEVEL'),
19: '0'));
20: ----End change for 3931317, wrpper aPI forward port
21:
22:

Line 648: -- If fnd_profile.value('CSD_DEBUG_LEVEL') > 5 then

644: p_api_name => l_api_name);
645: END IF;
646: -- Dump the in parameters in the log file
647: -- if the debug level > 5
648: -- If fnd_profile.value('CSD_DEBUG_LEVEL') > 5 then
649: -- IF (g_debug > 5)
650: -- THEN
651: -- Csd_Gen_Utility_Pvt.dump_estimate_rec(p_estimate_rec => x_estimate_rec);
652: -- END IF;

Line 926: --If fnd_profile.value('CSD_DEBUG_LEVEL') > 5 then

922: p_api_name => l_api_name);
923: END IF;
924: -- Dump the in parameters in the log file
925: -- if the debug level > 5
926: --If fnd_profile.value('CSD_DEBUG_LEVEL') > 5 then
927: -- IF (g_debug > 5)
928: -- THEN
929: -- Csd_Gen_Utility_Pvt.dump_estimate_rec(p_estimate_rec => x_estimate_rec);
930: -- END IF;

Line 1458: -- If fnd_profile.value('CSD_DEBUG_LEVEL') > 5 then

1454: p_api_name => l_api_name);
1455: END IF;
1456: -- Dump the in parameters in the log file
1457: -- if the debug level > 5
1458: -- If fnd_profile.value('CSD_DEBUG_LEVEL') > 5 then
1459: -- IF (g_debug > 5)
1460: -- THEN
1461: -- Csd_Gen_Utility_Pvt.dump_estimate_line_rec(p_estimate_line_rec => x_estimate_line_rec);
1462: -- END IF;

Line 2009: -- If fnd_profile.value('CSD_DEBUG_LEVEL') > 5 then

2005: p_api_name => l_api_name);
2006: END IF;
2007: -- Dump the in parameters in the log file
2008: -- if the debug level > 5
2009: -- If fnd_profile.value('CSD_DEBUG_LEVEL') > 5 then
2010: -- IF (g_debug > 5)
2011: -- THEN
2012: -- Csd_Gen_Utility_Pvt.dump_estimate_line_rec(p_estimate_line_rec => x_estimate_line_rec);
2013: -- END IF;

Line 2646: l_printer_name := Fnd_Profile.value('CSD_PRINTER_NAME');

2642: END IF;
2643: -- Initialize API return status to success
2644: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
2645: -- start of the concurrent submission
2646: l_printer_name := Fnd_Profile.value('CSD_PRINTER_NAME');
2647: IF (g_debug > 0)
2648: THEN
2649: Csd_Gen_Utility_Pvt.ADD('l_printer_name =' || l_printer_name);
2650: END IF;

Line 2652: -- l_print_required := fnd_profile.value('CSD_EST_PRINTER_REQ');

2648: THEN
2649: Csd_Gen_Utility_Pvt.ADD('l_printer_name =' || l_printer_name);
2650: END IF;
2651: -- Check if the printer setup is required
2652: -- l_print_required := fnd_profile.value('CSD_EST_PRINTER_REQ');
2653: -- For bugfix 3398079. vkjain.
2654: -- The profile name was misspelt.
2655: l_print_required := Fnd_Profile.value('CSD_PRINTER_REQ');
2656: IF (g_debug > 0)

Line 2655: l_print_required := Fnd_Profile.value('CSD_PRINTER_REQ');

2651: -- Check if the printer setup is required
2652: -- l_print_required := fnd_profile.value('CSD_EST_PRINTER_REQ');
2653: -- For bugfix 3398079. vkjain.
2654: -- The profile name was misspelt.
2655: l_print_required := Fnd_Profile.value('CSD_PRINTER_REQ');
2656: IF (g_debug > 0)
2657: THEN
2658: Csd_Gen_Utility_Pvt.ADD('l_print_required =' ||
2659: l_print_required);

Line 2692: l_print_mode := FND_PROFILE.value('CSD_ESTRT_PRINT_MODE');

2688: Fnd_Msg_Pub.ADD;
2689: END IF;
2690: -- valase:6499519, rfieldma: 6532016 below
2691: -- get print mode
2692: l_print_mode := FND_PROFILE.value('CSD_ESTRT_PRINT_MODE');
2693:
2694: IF (l_print_mode is not null and l_print_mode <> 'ORAPT' ) THEN -- one of the XDO output types
2695: --get concurrent name
2696: l_xdo_conc_name :=FND_PROFILE.value('CSD_CUST_ESTRT_CON_NAME');

Line 2696: l_xdo_conc_name :=FND_PROFILE.value('CSD_CUST_ESTRT_CON_NAME');

2692: l_print_mode := FND_PROFILE.value('CSD_ESTRT_PRINT_MODE');
2693:
2694: IF (l_print_mode is not null and l_print_mode <> 'ORAPT' ) THEN -- one of the XDO output types
2695: --get concurrent name
2696: l_xdo_conc_name :=FND_PROFILE.value('CSD_CUST_ESTRT_CON_NAME');
2697: IF l_xdo_conc_name is null THEN
2698: l_xdo_conc_name := 'CSDERT';
2699: END IF;
2700: -- get default template code

Line 3371: (NVL(Fnd_Profile.value('CSD_USE_TASK_FROM_SOLN'), 'N') = 'N')

3367: -- bug fix 3388891
3368: -- only give an error if it is wip or if
3369: -- in task mode profile option is not set to get tasks from soln
3370: IF (p_repair_mode = 'WIP') OR
3371: (NVL(Fnd_Profile.value('CSD_USE_TASK_FROM_SOLN'), 'N') = 'N')
3372: THEN
3373: RAISE CSD_EST_SC_NO_APPL;
3374: END IF;
3375: END IF;

Line 4696: l_labor_inventory_item_id := Fnd_Profile.value('CSD_DEFAULT_EST_LABOR');

4692: 'p_contract_line_id: ' || p_contract_line_id);
4693: END IF;
4694:
4695: -- get labor inventory item from profile option
4696: l_labor_inventory_item_id := Fnd_Profile.value('CSD_DEFAULT_EST_LABOR');
4697:
4698: -- get use tasks from solution profile option
4699: l_use_tasks_from_sol := NVL(Fnd_Profile.value('CSD_USE_TASK_FROM_SOLN'),
4700: 'N');

Line 4699: l_use_tasks_from_sol := NVL(Fnd_Profile.value('CSD_USE_TASK_FROM_SOLN'),

4695: -- get labor inventory item from profile option
4696: l_labor_inventory_item_id := Fnd_Profile.value('CSD_DEFAULT_EST_LABOR');
4697:
4698: -- get use tasks from solution profile option
4699: l_use_tasks_from_sol := NVL(Fnd_Profile.value('CSD_USE_TASK_FROM_SOLN'),
4700: 'N');
4701:
4702: -- get threshold for tasks - to be used when determining manual vs rollup qty
4703: l_task_threshold := TO_NUMBER(NVL(Fnd_Profile.value('CSP_PROD_TASK_HIST_RULE'),

Line 4703: l_task_threshold := TO_NUMBER(NVL(Fnd_Profile.value('CSP_PROD_TASK_HIST_RULE'),

4699: l_use_tasks_from_sol := NVL(Fnd_Profile.value('CSD_USE_TASK_FROM_SOLN'),
4700: 'N');
4701:
4702: -- get threshold for tasks - to be used when determining manual vs rollup qty
4703: l_task_threshold := TO_NUMBER(NVL(Fnd_Profile.value('CSP_PROD_TASK_HIST_RULE'),
4704: '0'));
4705:
4706: IF (Fnd_Log.Level_Statement >= Fnd_Log.G_Current_Runtime_Level)
4707: THEN