DBA Data[Home] [Help]

APPS.PA_BURDEN_COSTING dependencies on PA_UTILS4

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

1676: end if;
1677: end if;
1678:
1679: /* Moved the derivation of work type id to here for bug 2607781 as it needs to be passed to pa_transactions_pub.validate_transaction */
1680: IF ( NVL(pa_utils4.is_exp_work_type_enabled, 'N') = 'Y' )
1681: THEN
1682: IF P_DEBUG_MODE THEN
1683: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '1510:Calling Get_work_type_id with Project_id [' ||
1684: to_char(over_project_id) ||

Line 1688: l_work_type_id := pa_utils4.Get_work_type_id

1684: to_char(over_project_id) ||
1685: '] task_id [' || to_char(over_task_id) || ']');
1686: END IF;
1687:
1688: l_work_type_id := pa_utils4.Get_work_type_id
1689: ( p_project_id => over_project_id
1690: ,p_task_id => over_task_id
1691: ,p_assignment_id => NULL
1692: );

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

1800: * AddEi Attributes - related change.
1801: * Deriving work_type_id.
1802: */
1803: /* Commenting this for bug 2607781 as work type id needs to be derived before the call to pa_transactions_pub.validate_transaction
1804: IF ( NVL(pa_utils4.is_exp_work_type_enabled, 'N') = 'Y' )
1805: THEN
1806: IF P_DEBUG_MODE THEN
1807: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '1645:Calling Get_work_type_id with Project_id [' ||
1808: to_char(over_project_id) ||

Line 1812: l_work_type_id := pa_utils4.Get_work_type_id

1808: to_char(over_project_id) ||
1809: '] task_id [' || to_char(over_task_id) || ']');
1810: END IF;
1811:
1812: l_work_type_id := pa_utils4.Get_work_type_id
1813: ( p_project_id => over_project_id
1814: ,p_task_id => over_task_id
1815: ,p_assignment_id => NULL
1816: );

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

2198: select pa_expenditure_items_s.nextval
2199: into exp_item_id from dual;
2200:
2201: /* Moved the derivation of work type id to here for bug 2607781 as it needs to be passed to pa_transactions_pub.validate_transaction */
2202: IF ( NVL(pa_utils4.is_exp_work_type_enabled, 'N') = 'Y' )
2203: THEN
2204: IF P_DEBUG_MODE THEN
2205: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '2110:Calling Get_work_type_id with Project_id [' ||
2206: to_char(over_project_id) ||

Line 2209: l_work_type_id := pa_utils4.Get_work_type_id

2205: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '2110:Calling Get_work_type_id with Project_id [' ||
2206: to_char(over_project_id) ||
2207: '] task_id [' || to_char(over_task_id) || ']');
2208: END IF;
2209: l_work_type_id := pa_utils4.Get_work_type_id
2210: ( p_project_id => over_project_id
2211: ,p_task_id => over_task_id
2212: ,p_assignment_id => NULL
2213: );

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

2301: * AddEi Attributes - related change.
2302: * Deriving work_type_id.
2303: */
2304: /* Commenting this for bug 2607781 as work type id needs to be derived before the call to pa_transactions_pub.validate_transaction
2305: IF ( NVL(pa_utils4.is_exp_work_type_enabled, 'N') = 'Y' )
2306: THEN
2307: IF P_DEBUG_MODE THEN
2308: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '2245:Calling Get_work_type_id with Project_id [' ||
2309: to_char(over_project_id) ||

Line 2312: l_work_type_id := pa_utils4.Get_work_type_id

2308: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '2245:Calling Get_work_type_id with Project_id [' ||
2309: to_char(over_project_id) ||
2310: '] task_id [' || to_char(over_task_id) || ']');
2311: END IF;
2312: l_work_type_id := pa_utils4.Get_work_type_id
2313: ( p_project_id => over_project_id
2314: ,p_task_id => over_task_id
2315: ,p_assignment_id => NULL
2316: );