DBA Data[Home] [Help]

APPS.PA_ADJUSTMENTS dependencies on FND_API

Line 10597: p_init_msg_list => FND_API.G_TRUE,

10593: l_ccid_changed := FALSE; /* Bug 5440305 - Reset the flag */
10594:
10595: ZX_API_PUB.is_recoverability_affected(
10596: p_api_version => 1.0,
10597: p_init_msg_list => FND_API.G_TRUE,
10598: p_commit => NULL,
10599: p_validation_level => NULL,
10600: x_return_status => l_return_status,
10601: x_msg_count => l_msg_count,

Line 10605: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

10601: x_msg_count => l_msg_count,
10602: x_msg_data => X_error_code,
10603: p_pa_item_info_tbl => l_pa_item_info_tbl);
10604:
10605: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
10606:
10607: x_error_message_name := 'PA_SI_ADJ_ETAX_EXCEPTION';
10608: RETURN TRUE;
10609:

Line 10669: p_init_msg_list => FND_API.G_TRUE,

10665:
10666: l_ccid_changed := FALSE; /* Bug 5440305 - Reset the flag */
10667: ZX_API_PUB.is_recoverability_affected(
10668: p_api_version => 1.0,
10669: p_init_msg_list => FND_API.G_TRUE,
10670: p_commit => NULL,
10671: p_validation_level => NULL,
10672: x_return_status => l_return_status,
10673: x_msg_count => l_msg_count,

Line 10677: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

10673: x_msg_count => l_msg_count,
10674: x_msg_data => X_error_code,
10675: p_pa_item_info_tbl => l_pa_item_info_tbl);
10676:
10677: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
10678:
10679: x_error_message_name := 'PA_SI_ADJ_ETAX_EXCEPTION';
10680: RETURN TRUE;
10681: