DBA Data[Home] [Help]

APPS.PA_BURDEN_COSTING dependencies on PA_TRANSACTIONS_PUB

Line 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 */

1814: over_project_id := proj_rec.dest_project_id;
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 [' ||

Line 1849: pa_transactions_pub.validate_transaction. Also passing null's for rate

1845: (nvl(c_project_id, -999999) <> over_project_id) or
1846: (nvl(c_expenditure_type, '') <> prev_bcc_rec.source_ind_expenditure_type)) then
1847: /*
1848: Multi-Curr Changes. Chnaged patc.get_status to
1849: pa_transactions_pub.validate_transaction. Also passing null's for rate
1850: attributes, the raw cost for BTC transactions is 0. The burdened costs are
1851: calculated using existing CDL's which are already converted.
1852: */
1853:

Line 1858: pa_transactions_pub.validate_transaction(

1854: IF P_DEBUG_MODE THEN
1855: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '1550:Call PATC for project,task or exp type change');
1856: END IF;
1857: /* modified for the Bug#1825827 */
1858: pa_transactions_pub.validate_transaction(
1859: x_project_id =>over_project_id,
1860: x_task_id =>over_task_id,
1861: x_ei_date =>prev_bcc_rec.source_exp_item_date,
1862: x_expenditure_type =>prev_bcc_rec.source_ind_expenditure_type,

Line 1942: /* Commenting this for bug 2607781 as work type id needs to be derived before the call to pa_transactions_pub.validate_transaction

1938: /*
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 [' ||

Line 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 */

2339: END IF;
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 [' ||

Line 2371: pa_transactions_pub.validate_transaction. Also passing null's for rate

2367: -- Ref Bug # : 609978
2368: --
2369: /*
2370: Multi-Curr Changes. Changed patc.get_status to
2371: pa_transactions_pub.validate_transaction. Also passing null's for rate
2372: attributes, the raw cost for BTC transactions is 0. The burdened costs are
2373: calculated using existing CDL's which are already converted.
2374: */
2375:

Line 2380: pa_transactions_pub.validate_transaction(

2376: IF P_DEBUG_MODE THEN
2377: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '2150:Process Last Set .. call PATC');
2378: END IF;
2379: /* modified for the Bug#1825827 */
2380: pa_transactions_pub.validate_transaction(
2381: x_project_id =>over_project_id,
2382: x_task_id =>over_task_id,
2383: x_ei_date =>prev_bcc_rec.source_exp_item_date,
2384: x_expenditure_type =>prev_bcc_rec.source_ind_expenditure_type,

Line 2446: /* Commenting this for bug 2607781 as work type id needs to be derived before the call to pa_transactions_pub.validate_transaction

2442: /*
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 [' ||