DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on PJM_UNIT_EFF

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

4888: END IF;
4889:
4890: -- PJM validation.
4891:
4892: IF PJM_UNIT_EFF.ENABLED = 'Y' THEN
4893: /* Added the below IF clause for bug 6243026.
4894: The Project / Task / End Item Unit Number validation should happen
4895: only when one of the below attributes change */
4896: IF (NOT OE_GLOBALS.Equal(p_line_rec.project_id, p_old_line_rec.project_id)) Or

Line 5046: IF PJM_UNIT_EFF.UNIT_EFFECTIVE_ITEM

5042: IF (p_line_rec.inventory_item_id IS NOT NULL) AND
5043: (p_line_rec.ship_from_org_id IS NOT NULL) AND
5044: (p_line_rec.end_item_unit_number IS NULL) THEN
5045:
5046: IF PJM_UNIT_EFF.UNIT_EFFECTIVE_ITEM
5047: (p_line_rec.inventory_item_id,p_line_rec.ship_from_org_id) = 'Y'
5048: THEN
5049:
5050: l_return_status := FND_API.G_RET_STS_ERROR;

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

5070:
5071: END IF;
5072:
5073:
5074: END IF; --End if PJM_UNIT_EFF.ENABLED
5075:
5076: -- Donot allow to update project and task when a option/class is under ATO
5077: -- Model.
5078: IF l_debug_level > 0 then