DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE dependencies on PJM_UNIT_EFF

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

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

Line 1820: IF PJM_UNIT_EFF.UNIT_EFFECTIVE_ITEM

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

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

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