DBA Data[Home] [Help]

APPS.OE_CNCL_ORDER_IMPORT_PVT dependencies on OE_CNCL_VALIDATE_HEADER

Line 1662: OE_CNCL_validate_header.attributes(x_return_status =>l_return_status

1658: --
1659: OE_CNCL_Util.Convert_Miss_To_Null(l_header_rec);
1660: --
1661:
1662: OE_CNCL_validate_header.attributes(x_return_status =>l_return_status
1663: , p_x_header_rec =>l_header_rec);
1664: --, p_validation_level =>FND_API.G_VALID_LEVEL_NONE
1665: --
1666: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 1677: OE_CNCL_validate_header.entity(x_return_status =>l_return_status

1673: --
1674: END IF;
1675: --
1676: --
1677: OE_CNCL_validate_header.entity(x_return_status =>l_return_status
1678: , p_header_rec =>l_header_rec);
1679: --
1680: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1681: --

Line 1841: OE_CNCL_Validate_Header_Adj.Attributes( x_return_status =>l_return_status

1837: --
1838: OE_CNCL_Util.Convert_Miss_To_Null(l_header_adj_rec);
1839: --
1840:
1841: OE_CNCL_Validate_Header_Adj.Attributes( x_return_status =>l_return_status
1842: , p_Header_Adj_rec =>l_header_adj_rec);
1843: --
1844: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1845: --

Line 1854: OE_CNCL_Validate_Header_Adj.Entity( x_return_status =>l_return_status

1850: RAISE FND_API.G_EXC_ERROR;
1851: --
1852: END IF;
1853: --
1854: OE_CNCL_Validate_Header_Adj.Entity( x_return_status =>l_return_status
1855: , p_Header_Adj_rec =>l_header_adj_rec);
1856: --
1857: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1858: --