DBA Data[Home] [Help]

APPS.PA_FP_PLANNING_TRANSACTION_PUB dependencies on PA_RES_ASG_CURRENCY_PUB

Line 5218: pa_res_asg_currency_pub.maintain_data(

5214: from pa_resource_asgn_curr prac
5215: where prac.RESOURCE_ASSIGNMENT_ID=l_ra_id_temp_tbl(i);
5216: END IF;
5217:
5218: pa_res_asg_currency_pub.maintain_data(
5219: p_fp_cols_rec => l_fp_cols_rec,
5220: p_calling_module => 'UPDATE_PLAN_TRANSACTION',
5221: p_delete_flag => 'N',
5222: p_copy_flag => 'N',

Line 5236: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';

5232:
5233: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
5234:
5235: IF l_debug_mode = 'Y' THEN
5236: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';
5237: pa_debug.write('PA_FP_PLANNING_TRANSACTION_PUB.add_planning_transactions: ' || g_module_name,pa_debug.g_err_stage, 3);
5238: END IF;
5239: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
5240: END IF; */

Line 7348: pa_res_asg_currency_pub.maintain_data(

7344: ,NULL
7345: FROM DUAL;
7346: END IF;
7347:
7348: pa_res_asg_currency_pub.maintain_data(
7349: p_fp_cols_rec => l_fp_cols_rec,
7350: p_calling_module => 'UPDATE_PLAN_TRANSACTION',
7351: p_delete_flag => 'N',
7352: p_copy_flag => 'N',

Line 7366: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';

7362:
7363: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
7364:
7365: IF l_debug_mode = 'Y' THEN
7366: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';
7367: pa_debug.write(l_module_name,pa_debug.g_err_stage, l_debug_level3);
7368: END IF;
7369: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
7370: END IF;

Line 7928: pa_res_asg_currency_pub.maintain_data(

7924: AND src_rbc.resource_assignment_id = map.source_res_assignment_id;
7925: -- AND src_rbc.txn_currency_code = bl.txn_currency_code;
7926:
7927: -- Call maintain_data to copy override rates before calling calculate
7928: pa_res_asg_currency_pub.maintain_data(
7929: p_fp_cols_rec => l_fp_cols_rec,
7930: p_calling_module => 'UPDATE_PLAN_TRANSACTION',
7931: p_rollup_flag => 'N',
7932: p_version_level_flag => 'N',

Line 7942: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';

7938:
7939: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
7940:
7941: IF l_debug_mode = 'Y' THEN
7942: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';
7943: print_msg(pa_debug.g_err_stage,l_module_name);
7944: END IF;
7945: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
7946: END IF;

Line 8380: pa_res_asg_currency_pub.maintain_data(

8376:
8377: -- Bug 5070740: In case Calculate is called, need to call maintain_data
8378: -- API again to rollup amounts; in case Calculate is not called, calling
8379: -- maintain data once in this flow to copy overrides and rollup amounts.
8380: pa_res_asg_currency_pub.maintain_data(
8381: p_fp_cols_rec => l_fp_cols_rec,
8382: p_calling_module => 'UPDATE_PLAN_TRANSACTION',
8383: p_rollup_flag => 'Y',
8384: p_version_level_flag => 'N',

Line 8394: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';

8390:
8391: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
8392:
8393: IF l_debug_mode = 'Y' THEN
8394: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';
8395: print_msg(pa_debug.g_err_stage,l_module_name);
8396: END IF;
8397: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
8398: END IF;

Line 9660: pa_debug.g_err_stage:='Calling pa_res_asg_currency_pub.maintain_data:bv_id ' || l_budget_version_id;

9656: END IF;
9657: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
9658: END IF;
9659:
9660: pa_debug.g_err_stage:='Calling pa_res_asg_currency_pub.maintain_data:bv_id ' || l_budget_version_id;
9661: print_msg(pa_debug.g_err_stage,l_module_name);
9662:
9663: pa_res_asg_currency_pub.maintain_data(
9664: p_fp_cols_rec => l_fp_cols_rec,

Line 9663: pa_res_asg_currency_pub.maintain_data(

9659:
9660: pa_debug.g_err_stage:='Calling pa_res_asg_currency_pub.maintain_data:bv_id ' || l_budget_version_id;
9661: print_msg(pa_debug.g_err_stage,l_module_name);
9662:
9663: pa_res_asg_currency_pub.maintain_data(
9664: p_fp_cols_rec => l_fp_cols_rec,
9665: p_calling_module => 'UPDATE_PLAN_TRANSACTION',
9666: p_delete_flag => 'Y',
9667: p_copy_flag => 'N',

Line 9681: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';

9677:
9678: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
9679:
9680: IF l_debug_mode = 'Y' THEN
9681: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';
9682: print_msg(pa_debug.g_err_stage,l_module_name);
9683: END IF;
9684: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
9685: END IF;

Line 10872: pa_res_asg_currency_pub.maintain_data(

10868: l_rollup_flag := 'Y';
10869: END IF;
10870: -- END Bug 5003827 Issue 28
10871:
10872: pa_res_asg_currency_pub.maintain_data(
10873: p_fp_cols_rec => l_fp_cols_rec,
10874: p_calling_module => 'UPDATE_PLAN_TRANSACTION',
10875: p_delete_flag => l_delete_flag, -- Bug 5003827 Issue 28
10876: p_copy_flag => 'N',

Line 10890: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';

10886:
10887: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
10888:
10889: IF l_debug_mode = 'Y' THEN
10890: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';
10891: pa_debug.WRITE('pa_fp_planning_transaction_pub.Refresh_Plan_Txns',pa_debug.g_err_stage, 3);
10892: END IF;
10893: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
10894: END IF;

Line 10947: pa_res_asg_currency_pub.maintain_data(

10943: END IF;
10944: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
10945: END IF;
10946:
10947: pa_res_asg_currency_pub.maintain_data(
10948: p_fp_cols_rec => l_fp_cols_rec,
10949: p_calling_module => 'UPDATE_PLAN_TRANSACTION',
10950: p_delete_flag => 'Y',
10951: p_copy_flag => 'N',

Line 10965: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';

10961:
10962: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
10963:
10964: IF l_debug_mode = 'Y' THEN
10965: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';
10966: pa_debug.WRITE('pa_fp_planning_transaction_pub.Refresh_Plan_Txns',pa_debug.g_err_stage, 3);
10967: END IF;
10968: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
10969: END IF;

Line 11107: pa_res_asg_currency_pub.maintain_data(

11103: END IF;
11104: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
11105: END IF;
11106:
11107: pa_res_asg_currency_pub.maintain_data(
11108: p_fp_cols_rec => l_fp_cols_rec,
11109: p_calling_module => 'UPDATE_PLAN_TRANSACTION',
11110: p_delete_flag => 'Y',
11111: p_copy_flag => 'N',

Line 11125: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';

11121:
11122: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
11123:
11124: IF l_debug_mode = 'Y' THEN
11125: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';
11126: pa_debug.WRITE('pa_fp_planning_transaction_pub.Refresh_Plan_Txns',pa_debug.g_err_stage, 3);
11127: END IF;
11128: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
11129: END IF;