DBA Data[Home] [Help]

APPS.JTF_TERRITORY_GET_PUB dependencies on STANDARD

Line 2615: /* Standard call to check for call compatibility */

2611:
2612: --dbms_output.put_line('at API BEGIN');
2613:
2614:
2615: /* Standard call to check for call compatibility */
2616: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2617: p_api_version,
2618: l_api_name,
2619: G_PKG_NAME)

Line 2959: /* Standard call to get message count and if count is 1, get message info. */

2955: FND_MESSAGE.Set_Token('PROC_NAME', l_api_name);
2956: FND_MSG_PUB.Add;
2957: END IF;
2958:
2959: /* Standard call to get message count and if count is 1, get message info. */
2960: FND_MSG_PUB.Count_And_Get
2961: ( p_count => x_msg_count,
2962: p_data => x_msg_data
2963: );

Line 3351: /* Standard call to check for call compatibility */

3347: counter NUMBER := 0;
3348:
3349: BEGIN
3350:
3351: /* Standard call to check for call compatibility */
3352: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3353: p_api_version,
3354: l_api_name,
3355: G_PKG_NAME)

Line 3802: /* Standard call to get message count and if count is 1, get message info. */

3798: FND_MESSAGE.Set_Token('PROC_NAME', l_api_name);
3799: FND_MSG_PUB.Add;
3800: END IF;
3801:
3802: /* Standard call to get message count and if count is 1, get message info. */
3803: FND_MSG_PUB.Count_And_Get
3804: ( p_count => x_msg_count,
3805: p_data => x_msg_data
3806: );

Line 3913: /* Standard call to check for call compatibility */

3909: /* local scratch variable */
3910: l_escalation_terr_id NUMBER;
3911:
3912: BEGIN
3913: /* Standard call to check for call compatibility */
3914: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3915: p_api_version,
3916: l_api_name,
3917: G_PKG_NAME)

Line 3986: /* Standard call to get message count and if count is 1, get message info. */

3982: FND_MESSAGE.Set_Token('PROC_NAME', l_api_name);
3983: FND_MSG_PUB.Add;
3984: END IF;
3985:
3986: /* Standard call to get message count and if count is 1, get message info. */
3987: FND_MSG_PUB.Count_And_Get
3988: ( p_count => x_msg_count,
3989: p_data => x_msg_data
3990: );

Line 4091: /* Standard call to check for call compatibility */

4087: l_parent_terr_id NUMBER;
4088:
4089:
4090: BEGIN
4091: /* Standard call to check for call compatibility */
4092: IF NOT FND_API.Compatible_API_Call ( l_api_version,
4093: p_api_version,
4094: l_api_name,
4095: G_PKG_NAME)

Line 4163: /* Standard call to get message count and if count is 1, get message info. */

4159: FND_MESSAGE.Set_Token('PROC_NAME', l_api_name);
4160: FND_MSG_PUB.Add;
4161: END IF;
4162:
4163: /* Standard call to get message count and if count is 1, get message info. */
4164: FND_MSG_PUB.Count_And_Get
4165: ( p_count => x_msg_count,
4166: p_data => x_msg_data
4167: );

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

4281:
4282: BEGIN
4283: --dbms_output.put_line('Get_Escalation_TerrMembers: Entering the API');
4284:
4285: -- Standard call to check for call compatibility.
4286: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
4287: p_api_version_number,
4288: l_api_name,
4289: G_PKG_NAME)

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

4337: FND_MESSAGE.Set_Token('PROC_NAME', l_api_name);
4338: FND_MSG_PUB.Add;
4339: END IF;
4340:
4341: -- Standard call to get message count and if count is 1, get message info.
4342: FND_MSG_PUB.Count_And_Get
4343: ( p_count => x_msg_count,
4344: p_data => x_msg_data
4345: );