DBA Data[Home] [Help]

APPS.PA_FP_SHORTCUTS_PKG dependencies on FND_MSG_PUB

Line 51: FND_MSG_PUB.initialize;

47: l_approved_rev_plan_type_flag VARCHAR2(1);
48:
49:
50: BEGIN
51: FND_MSG_PUB.initialize;
52: x_return_status := FND_API.G_RET_STS_SUCCESS;
53:
54: IF P_PA_DEBUG_MODE = 'Y' THEN
55: pa_debug.init_err_stack('PA_FP_SHORTCUTS_PKG.identify_plan_version_id');

Line 121: IF fnd_msg_pub.count_msg = 1 THEN

117: WHEN NO_DATA_FOUND THEN
118: x_return_status := FND_API.G_RET_STS_ERROR;
119: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
120: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
121: IF fnd_msg_pub.count_msg = 1 THEN
122: PA_INTERFACE_UTILS_PUB.Get_Messages (
123: p_encoded => FND_API.G_TRUE,
124: p_msg_index => 1,
125: p_msg_count => 1 ,

Line 132: x_msg_count := fnd_msg_pub.count_msg;

128: p_msg_index_out => l_msg_index_out );
129: x_msg_data := l_data;
130: x_msg_count := 1;
131: ELSE
132: x_msg_count := fnd_msg_pub.count_msg;
133: END IF;
134: IF p_pa_debug_mode = 'Y' THEN
135: PA_DEBUG.Reset_Err_stack;
136: END IF;

Line 627: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_SHORTCUTS_PKG',

623: PA_DEBUG.Reset_Err_stack;
624: END IF;
625:
626: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
627: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_SHORTCUTS_PKG',
628: p_procedure_name => 'IDENTIFY_PLAN_VERSION_ID',
629: p_error_text => SUBSTRB(SQLERRM,1,240));
630:
631: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 631: fnd_msg_pub.count_and_get(p_count => x_msg_count,

627: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_SHORTCUTS_PKG',
628: p_procedure_name => 'IDENTIFY_PLAN_VERSION_ID',
629: p_error_text => SUBSTRB(SQLERRM,1,240));
630:
631: fnd_msg_pub.count_and_get(p_count => x_msg_count,
632: p_data => x_msg_data);
633: END identify_plan_version_id;
634:
635: /* This API returns the approved budget plan type id based on the shortcut

Line 787: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_SHORTCUTS_PKG',

783: PA_DEBUG.Reset_Err_stack;
784: END IF;
785:
786: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
787: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_SHORTCUTS_PKG',
788: p_procedure_name => 'GET_APP_BUDGET_PT_ID',
789: p_error_text => SUBSTRB(SQLERRM,1,240));
790:
791: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 791: fnd_msg_pub.count_and_get(p_count => x_msg_count,

787: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_SHORTCUTS_PKG',
788: p_procedure_name => 'GET_APP_BUDGET_PT_ID',
789: p_error_text => SUBSTRB(SQLERRM,1,240));
790:
791: fnd_msg_pub.count_and_get(p_count => x_msg_count,
792: p_data => x_msg_data);
793: END get_app_budget_pt_id;
794:
795: /* This API identifies the FORECAST budget plan type based on the shortcut

Line 944: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_SHORTCUTS_PKG',

940: PA_DEBUG.Reset_Err_stack;
941: END IF;
942:
943: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
944: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_SHORTCUTS_PKG',
945: p_procedure_name => 'GET_FCST_PLAN_TYPE_ID',
946: p_error_text => SUBSTRB(SQLERRM,1,240));
947:
948: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 948: fnd_msg_pub.count_and_get(p_count => x_msg_count,

944: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_SHORTCUTS_PKG',
945: p_procedure_name => 'GET_FCST_PLAN_TYPE_ID',
946: p_error_text => SUBSTRB(SQLERRM,1,240));
947:
948: fnd_msg_pub.count_and_get(p_count => x_msg_count,
949: p_data => x_msg_data);
950: END get_fcst_plan_type_id;
951:
952: /* This API returns the current working budget version id for the given plan type.

Line 1255: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_SHORTCUTS_PKG',

1251: PA_DEBUG.Reset_Err_stack;
1252: END IF;
1253:
1254: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1255: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_SHORTCUTS_PKG',
1256: p_procedure_name => 'GET_CW_VERSION',
1257: p_error_text => SUBSTRB(SQLERRM,1,240));
1258:
1259: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 1259: fnd_msg_pub.count_and_get(p_count => x_msg_count,

1255: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_SHORTCUTS_PKG',
1256: p_procedure_name => 'GET_CW_VERSION',
1257: p_error_text => SUBSTRB(SQLERRM,1,240));
1258:
1259: fnd_msg_pub.count_and_get(p_count => x_msg_count,
1260: p_data => x_msg_data);
1261:
1262:
1263: