DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on PJM_UNIT_EFF

Line 5208: IF PJM_UNIT_EFF.ENABLED = 'Y' THEN

5204: END IF;
5205:
5206: -- PJM validation.
5207:
5208: IF PJM_UNIT_EFF.ENABLED = 'Y' THEN
5209: /* Added the below IF clause for bug 6243026.
5210: The Project / Task / End Item Unit Number validation should happen
5211: only when one of the below attributes change */
5212: IF (NOT OE_GLOBALS.Equal(p_line_rec.project_id, p_old_line_rec.project_id)) Or

Line 5362: IF PJM_UNIT_EFF.UNIT_EFFECTIVE_ITEM

5358: IF (p_line_rec.inventory_item_id IS NOT NULL) AND
5359: (p_line_rec.ship_from_org_id IS NOT NULL) AND
5360: (p_line_rec.end_item_unit_number IS NULL) THEN
5361:
5362: IF PJM_UNIT_EFF.UNIT_EFFECTIVE_ITEM
5363: (p_line_rec.inventory_item_id,p_line_rec.ship_from_org_id) = 'Y'
5364: THEN
5365:
5366: l_return_status := FND_API.G_RET_STS_ERROR;

Line 5390: END IF; --End if PJM_UNIT_EFF.ENABLED

5386:
5387: END IF;
5388:
5389:
5390: END IF; --End if PJM_UNIT_EFF.ENABLED
5391:
5392: -- Donot allow to update project and task when a option/class is under ATO
5393: -- Model.
5394: IF l_debug_level > 0 then