DBA Data[Home] [Help]

APPS.CSP_PROD_TASK_HIST_RULE dependencies on FND_PROFILE

Line 22: Fnd_profile.get('CSP_PROD_TASK_HIST_RULE',L_VALUE);

18: ) return number IS
19: l_value Varchar2(100);
20: l_quantity Number;
21: Begin
22: Fnd_profile.get('CSP_PROD_TASK_HIST_RULE',L_VALUE);
23: If p_manual_quantity is not null then
24: l_quantity := p_manual_quantity;
25: Else
26: if l_value > p_prod_task_times_used then

Line 44: Fnd_profile.get('CSP_PROD_TASK_HIST_RULE',L_VALUE);

40: return number IS
41: l_value Varchar2(100);
42: l_percentage number;
43: Begin
44: Fnd_profile.get('CSP_PROD_TASK_HIST_RULE',L_VALUE);
45: If p_manual_percentage is not null then
46: l_percentage := p_manual_percentage;
47: Else
48: if l_value > p_prod_task_times_used then