DBA Data[Home] [Help]

APPS.PSB_POSITIONS_I_PVT dependencies on STANDARD

Line 527: -- Standard call to check for call compatibility.

523: l_api_version CONSTANT NUMBER := 1.0;
524:
525: BEGIN
526:
527: -- Standard call to check for call compatibility.
528:
529: if not FND_API.Compatible_API_Call (l_api_version,
530: p_api_version,
531: l_api_name,

Line 554: -- Standard call to get message count and if count is 1, get message info

550: p_worksheet_id => p_worksheet_id,
551: p_position_budget_group_id => p_position_budget_group_id);
552:
553:
554: -- Standard call to get message count and if count is 1, get message info
555:
556: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
557: p_data => p_msg_data);
558:

Line 606: -- Standard call to check for call compatibility.

602: l_api_version CONSTANT NUMBER := 1.0;
603:
604: BEGIN
605:
606: -- Standard call to check for call compatibility.
607:
608: if not FND_API.Compatible_API_Call (l_api_version,
609: p_api_version,
610: l_api_name,

Line 635: -- Standard call to get message count and if count is 1, get message info

631: p_worksheet_id => p_worksheet_id,
632: p_position_budget_group_id => p_position_budget_group_id);
633:
634:
635: -- Standard call to get message count and if count is 1, get message info
636:
637: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
638: p_data => p_msg_data);
639: