DBA Data[Home] [Help]

APPS.PA_FP_PLANNING_TRANSACTION_PUB dependencies on PA_RES_ASG_CURRENCY_PUB

Line 5873: pa_res_asg_currency_pub.maintain_data(

5869: from pa_resource_asgn_curr prac
5870: where prac.RESOURCE_ASSIGNMENT_ID=l_ra_id_temp_tbl(i);
5871: END IF;
5872:
5873: pa_res_asg_currency_pub.maintain_data(
5874: p_fp_cols_rec => l_fp_cols_rec,
5875: p_calling_module => 'UPDATE_PLAN_TRANSACTION',
5876: p_delete_flag => 'N',
5877: p_copy_flag => 'N',

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

5887:
5888: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
5889:
5890: IF l_debug_mode = 'Y' THEN
5891: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';
5892: pa_debug.write('PA_FP_PLANNING_TRANSACTION_PUB.add_planning_transactions: ' || g_module_name,pa_debug.g_err_stage, 3);
5893: END IF;
5894: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
5895: END IF; */

Line 8174: pa_res_asg_currency_pub.maintain_data(

8170: ,NULL
8171: FROM DUAL;
8172: END IF;
8173:
8174: pa_res_asg_currency_pub.maintain_data(
8175: p_fp_cols_rec => l_fp_cols_rec,
8176: p_calling_module => 'UPDATE_PLAN_TRANSACTION',
8177: p_delete_flag => 'N',
8178: p_copy_flag => 'N',

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

8188:
8189: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
8190:
8191: IF l_debug_mode = 'Y' THEN
8192: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';
8193: pa_debug.write(l_module_name,pa_debug.g_err_stage, l_debug_level3);
8194: END IF;
8195: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
8196: END IF;

Line 8754: pa_res_asg_currency_pub.maintain_data(

8750: AND src_rbc.resource_assignment_id = map.source_res_assignment_id;
8751: -- AND src_rbc.txn_currency_code = bl.txn_currency_code;
8752:
8753: -- Call maintain_data to copy override rates before calling calculate
8754: pa_res_asg_currency_pub.maintain_data(
8755: p_fp_cols_rec => l_fp_cols_rec,
8756: p_calling_module => 'UPDATE_PLAN_TRANSACTION',
8757: p_rollup_flag => 'N',
8758: p_version_level_flag => 'N',

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

8764:
8765: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
8766:
8767: IF l_debug_mode = 'Y' THEN
8768: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';
8769: print_msg(pa_debug.g_err_stage,l_module_name);
8770: END IF;
8771: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
8772: END IF;

Line 9206: pa_res_asg_currency_pub.maintain_data(

9202:
9203: -- Bug 5070740: In case Calculate is called, need to call maintain_data
9204: -- API again to rollup amounts; in case Calculate is not called, calling
9205: -- maintain data once in this flow to copy overrides and rollup amounts.
9206: pa_res_asg_currency_pub.maintain_data(
9207: p_fp_cols_rec => l_fp_cols_rec,
9208: p_calling_module => 'UPDATE_PLAN_TRANSACTION',
9209: p_rollup_flag => 'Y',
9210: p_version_level_flag => 'N',

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

9216:
9217: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
9218:
9219: IF l_debug_mode = 'Y' THEN
9220: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';
9221: print_msg(pa_debug.g_err_stage,l_module_name);
9222: END IF;
9223: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
9224: END IF;

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

10518: END IF;
10519: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
10520: END IF;
10521:
10522: pa_debug.g_err_stage:='Calling pa_res_asg_currency_pub.maintain_data:bv_id ' || l_budget_version_id;
10523: print_msg(pa_debug.g_err_stage,l_module_name);
10524:
10525: pa_res_asg_currency_pub.maintain_data(
10526: p_fp_cols_rec => l_fp_cols_rec,

Line 10525: pa_res_asg_currency_pub.maintain_data(

10521:
10522: pa_debug.g_err_stage:='Calling pa_res_asg_currency_pub.maintain_data:bv_id ' || l_budget_version_id;
10523: print_msg(pa_debug.g_err_stage,l_module_name);
10524:
10525: pa_res_asg_currency_pub.maintain_data(
10526: p_fp_cols_rec => l_fp_cols_rec,
10527: p_calling_module => 'UPDATE_PLAN_TRANSACTION',
10528: p_delete_flag => 'Y',
10529: p_copy_flag => 'N',

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

10539:
10540: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
10541:
10542: IF l_debug_mode = 'Y' THEN
10543: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';
10544: print_msg(pa_debug.g_err_stage,l_module_name);
10545: END IF;
10546: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
10547: END IF;

Line 11739: pa_res_asg_currency_pub.maintain_data(

11735: l_rollup_flag := 'Y';
11736: END IF;
11737: -- END Bug 5003827 Issue 28
11738:
11739: pa_res_asg_currency_pub.maintain_data(
11740: p_fp_cols_rec => l_fp_cols_rec,
11741: p_calling_module => 'UPDATE_PLAN_TRANSACTION',
11742: p_delete_flag => l_delete_flag, -- Bug 5003827 Issue 28
11743: p_copy_flag => 'N',

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

11753:
11754: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
11755:
11756: IF l_debug_mode = 'Y' THEN
11757: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';
11758: pa_debug.WRITE('pa_fp_planning_transaction_pub.Refresh_Plan_Txns',pa_debug.g_err_stage, 3);
11759: END IF;
11760: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
11761: END IF;

Line 11814: pa_res_asg_currency_pub.maintain_data(

11810: END IF;
11811: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
11812: END IF;
11813:
11814: pa_res_asg_currency_pub.maintain_data(
11815: p_fp_cols_rec => l_fp_cols_rec,
11816: p_calling_module => 'UPDATE_PLAN_TRANSACTION',
11817: p_delete_flag => 'Y',
11818: p_copy_flag => 'N',

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

11828:
11829: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
11830:
11831: IF l_debug_mode = 'Y' THEN
11832: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';
11833: pa_debug.WRITE('pa_fp_planning_transaction_pub.Refresh_Plan_Txns',pa_debug.g_err_stage, 3);
11834: END IF;
11835: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
11836: END IF;

Line 11981: pa_res_asg_currency_pub.maintain_data(

11977: END IF;
11978: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
11979: END IF;
11980:
11981: pa_res_asg_currency_pub.maintain_data(
11982: p_fp_cols_rec => l_fp_cols_rec,
11983: p_calling_module => 'UPDATE_PLAN_TRANSACTION',
11984: p_delete_flag => 'Y',
11985: p_copy_flag => 'N',

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

11995:
11996: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
11997:
11998: IF l_debug_mode = 'Y' THEN
11999: pa_debug.g_err_stage:='Called API pa_res_asg_currency_pub.maintain_data returned error';
12000: pa_debug.WRITE('pa_fp_planning_transaction_pub.Refresh_Plan_Txns',pa_debug.g_err_stage, 3);
12001: END IF;
12002: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
12003: END IF;