DBA Data[Home] [Help]

APPS.JTF_TTY_ALIGN_ACTIVATE_PKG dependencies on STANDARD

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

102:
103: l_invalid_align_flag := 'N';
104: l_return_status := 'S' ;
105:
106: -- Standard call to check for call compatibility.
107: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
108: p_api_version_number,
109: l_api_name,
110: G_PKG_NAME)

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

323: WHERE alignment_id = p_alignment_id;
324:
325: COMMIT;
326:
327: -- Standard call to get message count and if count is 1, get message info.
328: FND_MSG_PUB.Count_And_Get
329: ( p_count => x_msg_count,
330: p_data => x_msg_data
331: );