DBA Data[Home] [Help]

APPS.OE_CNCL_ORDER_IMPORT_PVT dependencies on OE_CNCL_VALIDATE_HEADER

Line 1666: OE_CNCL_validate_header.attributes(x_return_status =>l_return_status

1662: --
1663: OE_CNCL_Util.Convert_Miss_To_Null(l_header_rec);
1664: --
1665:
1666: OE_CNCL_validate_header.attributes(x_return_status =>l_return_status
1667: , p_x_header_rec =>l_header_rec);
1668: --, p_validation_level =>FND_API.G_VALID_LEVEL_NONE
1669: --
1670: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 1681: OE_CNCL_validate_header.entity(x_return_status =>l_return_status

1677: --
1678: END IF;
1679: --
1680: --
1681: OE_CNCL_validate_header.entity(x_return_status =>l_return_status
1682: , p_header_rec =>l_header_rec);
1683: --
1684: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1685: --

Line 1845: OE_CNCL_Validate_Header_Adj.Attributes( x_return_status =>l_return_status

1841: --
1842: OE_CNCL_Util.Convert_Miss_To_Null(l_header_adj_rec);
1843: --
1844:
1845: OE_CNCL_Validate_Header_Adj.Attributes( x_return_status =>l_return_status
1846: , p_Header_Adj_rec =>l_header_adj_rec);
1847: --
1848: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1849: --

Line 1858: OE_CNCL_Validate_Header_Adj.Entity( x_return_status =>l_return_status

1854: RAISE FND_API.G_EXC_ERROR;
1855: --
1856: END IF;
1857: --
1858: OE_CNCL_Validate_Header_Adj.Entity( x_return_status =>l_return_status
1859: , p_Header_Adj_rec =>l_header_adj_rec);
1860: --
1861: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1862: --