DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE dependencies on PJM_UNIT_EFF

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

1685: ,x_return_status => l_return_status);
1686:
1687: -- PJM validation.
1688:
1689: IF PJM_UNIT_EFF.ENABLED = 'Y' THEN
1690:
1691: IF (p_line_rec.project_id IS NOT NULL
1692: AND p_line_rec.ship_from_org_id IS NULL) THEN
1693:

Line 1819: IF PJM_UNIT_EFF.UNIT_EFFECTIVE_ITEM

1815: IF (p_line_rec.inventory_item_id IS NOT NULL) AND
1816: (p_line_rec.ship_from_org_id IS NOT NULL) AND
1817: (p_line_rec.end_item_unit_number IS NULL) THEN
1818:
1819: IF PJM_UNIT_EFF.UNIT_EFFECTIVE_ITEM
1820: (p_line_rec.inventory_item_id,p_line_rec.ship_from_org_id) = 'Y'
1821: THEN
1822:
1823: l_return_status := FND_API.G_RET_STS_ERROR;

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

1837:
1838: END IF;
1839:
1840:
1841: END IF; --End if PJM_UNIT_EFF.ENABLED
1842:
1843: -- Donot allow to update project and task when a option/class is under ATO
1844: -- Model.
1845: