DBA Data[Home] [Help]

APPS.WSM_RESERVATIONS_PVT dependencies on STANDARD

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

575: end if;
576: END IF; --Check on reserved quantity > net_quantity
577: end if;
578:
579: -- Standard call to get message count and if count is 1, get message info.
580: FND_MSG_PUB.Count_And_Get
581: ( p_encoded => 'F' ,
582: p_count => x_msg_count ,
583: p_data => x_msg_data

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

906: delete from wsm_reservations
907: where wip_entity_id = p_wip_entity_id;
908: end if;
909:
910: -- Standard call to get message count and if count is 1, get message info.
911: FND_MSG_PUB.Count_And_Get
912: ( p_encoded => 'F' ,
913: p_count => x_msg_count ,
914: p_data => x_msg_data

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

1235: end if;
1236:
1237:
1238: x_return_status:= FND_API.G_RET_STS_SUCCESS;
1239: -- Standard call to get message count and if count is 1, get message info.
1240: FND_MSG_PUB.Count_And_Get
1241: ( p_encoded => 'F' ,
1242: p_count => x_msg_count ,
1243: p_data => x_msg_data