DBA Data[Home] [Help]

APPS.PA_BURDEN_COSTING dependencies on PA_UTILS4

Line 1819: IF ( NVL(pa_utils4.is_exp_work_type_enabled, 'N') = 'Y' )

1815: end if;
1816: end if;
1817:
1818: /* Moved the derivation of work type id to here for bug 2607781 as it needs to be passed to pa_transactions_pub.validate_transaction */
1819: IF ( NVL(pa_utils4.is_exp_work_type_enabled, 'N') = 'Y' )
1820: THEN
1821: IF P_DEBUG_MODE THEN
1822: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '1510:Calling Get_work_type_id with Project_id [' ||
1823: to_char(over_project_id) ||

Line 1827: l_work_type_id := pa_utils4.Get_work_type_id

1823: to_char(over_project_id) ||
1824: '] task_id [' || to_char(over_task_id) || ']');
1825: END IF;
1826:
1827: l_work_type_id := pa_utils4.Get_work_type_id
1828: ( p_project_id => over_project_id
1829: ,p_task_id => over_task_id
1830: ,p_assignment_id => NULL
1831: );

Line 1943: IF ( NVL(pa_utils4.is_exp_work_type_enabled, 'N') = 'Y' )

1939: * AddEi Attributes - related change.
1940: * Deriving work_type_id.
1941: */
1942: /* Commenting this for bug 2607781 as work type id needs to be derived before the call to pa_transactions_pub.validate_transaction
1943: IF ( NVL(pa_utils4.is_exp_work_type_enabled, 'N') = 'Y' )
1944: THEN
1945: IF P_DEBUG_MODE THEN
1946: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '1645:Calling Get_work_type_id with Project_id [' ||
1947: to_char(over_project_id) ||

Line 1951: l_work_type_id := pa_utils4.Get_work_type_id

1947: to_char(over_project_id) ||
1948: '] task_id [' || to_char(over_task_id) || ']');
1949: END IF;
1950:
1951: l_work_type_id := pa_utils4.Get_work_type_id
1952: ( p_project_id => over_project_id
1953: ,p_task_id => over_task_id
1954: ,p_assignment_id => NULL
1955: );

Line 2344: IF ( NVL(pa_utils4.is_exp_work_type_enabled, 'N') = 'Y' )

2340: select pa_expenditure_items_s.nextval
2341: into exp_item_id from dual;
2342:
2343: /* Moved the derivation of work type id to here for bug 2607781 as it needs to be passed to pa_transactions_pub.validate_transaction */
2344: IF ( NVL(pa_utils4.is_exp_work_type_enabled, 'N') = 'Y' )
2345: THEN
2346: IF P_DEBUG_MODE THEN
2347: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '2110:Calling Get_work_type_id with Project_id [' ||
2348: to_char(over_project_id) ||

Line 2351: l_work_type_id := pa_utils4.Get_work_type_id

2347: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '2110:Calling Get_work_type_id with Project_id [' ||
2348: to_char(over_project_id) ||
2349: '] task_id [' || to_char(over_task_id) || ']');
2350: END IF;
2351: l_work_type_id := pa_utils4.Get_work_type_id
2352: ( p_project_id => over_project_id
2353: ,p_task_id => over_task_id
2354: ,p_assignment_id => NULL
2355: );

Line 2447: IF ( NVL(pa_utils4.is_exp_work_type_enabled, 'N') = 'Y' )

2443: * AddEi Attributes - related change.
2444: * Deriving work_type_id.
2445: */
2446: /* Commenting this for bug 2607781 as work type id needs to be derived before the call to pa_transactions_pub.validate_transaction
2447: IF ( NVL(pa_utils4.is_exp_work_type_enabled, 'N') = 'Y' )
2448: THEN
2449: IF P_DEBUG_MODE THEN
2450: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '2245:Calling Get_work_type_id with Project_id [' ||
2451: to_char(over_project_id) ||

Line 2454: l_work_type_id := pa_utils4.Get_work_type_id

2450: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '2245:Calling Get_work_type_id with Project_id [' ||
2451: to_char(over_project_id) ||
2452: '] task_id [' || to_char(over_task_id) || ']');
2453: END IF;
2454: l_work_type_id := pa_utils4.Get_work_type_id
2455: ( p_project_id => over_project_id
2456: ,p_task_id => over_task_id
2457: ,p_assignment_id => NULL
2458: );