DBA Data[Home] [Help]

APPS.WIP_WORK_ORDER_PUB dependencies on STANDARD

Line 53: -- Standard call to check for call compatibility

49: l_DiscreteJob_tbl WIP_Work_Order_PUB.Discretejob_Tbl_Type;
50: l_RepSchedule_tbl WIP_Work_Order_PUB.Repschedule_Tbl_Type;
51: BEGIN
52:
53: -- Standard call to check for call compatibility
54:
55: IF NOT FND_API.Compatible_API_Call
56: ( l_api_version_number
57: , p_api_version_number

Line 65: -- Standard check for Val/ID conversion

61: THEN
62: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
63: END IF;
64:
65: -- Standard check for Val/ID conversion
66:
67: IF p_wip_entity_id <> FND_API.G_MISS_NUM THEN
68:
69: l_wip_entity_id := p_wip_entity_id;