DBA Data[Home] [Help]

APPS.OE_CNCL_ORDER_IMPORT_PVT dependencies on OE_HEADER_SECURITY

Line 1694: OE_Header_Security.g_check_all_cols_constraint := 'Y';

1690: EXCEPTION
1691: --
1692: WHEN FND_API.G_EXC_ERROR THEN
1693: --
1694: OE_Header_Security.g_check_all_cols_constraint := 'Y';
1695: OE_MSG_PUB.reset_msg_context('HEADER');
1696: --
1697: RAISE;
1698: --

Line 1701: OE_Header_Security.g_check_all_cols_constraint := 'Y';

1697: RAISE;
1698: --
1699: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1700: --
1701: OE_Header_Security.g_check_all_cols_constraint := 'Y';
1702: OE_MSG_PUB.reset_msg_context('HEADER');
1703: --
1704: RAISE;
1705: --

Line 1714: OE_Header_Security.g_check_all_cols_constraint := 'Y';

1710: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,'Header');
1711: --
1712: END IF;
1713: --
1714: OE_Header_Security.g_check_all_cols_constraint := 'Y';
1715: OE_MSG_PUB.reset_msg_context('HEADER');
1716: --
1717: RAISE;
1718: --

Line 1872: OE_Header_Security.g_check_all_cols_constraint := 'Y';

1868: EXCEPTION
1869: --
1870: WHEN FND_API.G_EXC_ERROR THEN
1871: --
1872: OE_Header_Security.g_check_all_cols_constraint := 'Y';
1873: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
1874: --
1875: RAISE;
1876: --

Line 1879: OE_Header_Security.g_check_all_cols_constraint := 'Y';

1875: RAISE;
1876: --
1877: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1878: --
1879: OE_Header_Security.g_check_all_cols_constraint := 'Y';
1880: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
1881: --
1882: RAISE;
1883: --

Line 1892: OE_Header_Security.g_check_all_cols_constraint := 'Y';

1888: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,'Header_Adjs');
1889: --
1890: END IF;
1891: --
1892: OE_Header_Security.g_check_all_cols_constraint := 'Y';
1893: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
1894: --
1895: RAISE;
1896: --

Line 2011: OE_Header_Security.g_check_all_cols_constraint := 'Y';

2007: EXCEPTION
2008: --
2009: WHEN FND_API.G_EXC_ERROR THEN
2010: --
2011: OE_Header_Security.g_check_all_cols_constraint := 'Y';
2012: OE_MSG_PUB.reset_msg_context('HEADER_SCREDIT');
2013: --
2014: RAISE;
2015: --

Line 2018: OE_Header_Security.g_check_all_cols_constraint := 'Y';

2014: RAISE;
2015: --
2016: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2017: --
2018: OE_Header_Security.g_check_all_cols_constraint := 'Y';
2019: OE_MSG_PUB.reset_msg_context('HEADER_SCREDIT');
2020: --
2021: RAISE;
2022: --

Line 2031: OE_Header_Security.g_check_all_cols_constraint := 'Y';

2027: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,'Header_Scredits');
2028: --
2029: END IF;
2030: --
2031: OE_Header_Security.g_check_all_cols_constraint := 'Y';
2032: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
2033: --
2034: RAISE;
2035: --

Line 3068: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3064: WHEN FND_API.G_EXC_ERROR THEN
3065: --
3066: l_header_rec.return_status := FND_API.G_RET_STS_ERROR;
3067: --
3068: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3069: OE_MSG_PUB.reset_msg_context('HEADER');
3070: --
3071: RAISE;
3072: --

Line 3077: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3073: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3074: --
3075: l_header_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3076: --
3077: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3078: OE_MSG_PUB.reset_msg_context('HEADER');
3079: --
3080: RAISE;
3081: --

Line 3093: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3089: 'Header');
3090: --
3091: END IF;
3092: --
3093: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3094: OE_MSG_PUB.reset_msg_context('HEADER');
3095: --
3096: RAISE;
3097: --

Line 3131: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3127: WHEN FND_API.G_EXC_ERROR THEN
3128: --
3129: l_header_scredit_tbl(I).return_status := FND_API.G_RET_STS_ERROR;
3130: --
3131: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3132: OE_MSG_PUB.reset_msg_context('HEADER_SCREDIT');
3133: --
3134: RAISE;
3135: --

Line 3140: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3136: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3137: --
3138: l_header_scredit_tbl(I).return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3139: --
3140: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3141: OE_MSG_PUB.reset_msg_context('HEADER_SCREDIT');
3142: --
3143: RAISE;
3144: --

Line 3156: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3152: 'Header_Scredits');
3153: --
3154: END IF;
3155: --
3156: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3157: OE_MSG_PUB.reset_msg_context('HEADER_SCREDIT');
3158: --
3159: RAISE;
3160: --

Line 3197: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3193: WHEN FND_API.G_EXC_ERROR THEN
3194: --
3195: l_header_adj_tbl(I).return_status := FND_API.G_RET_STS_ERROR;
3196: --
3197: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3198: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
3199: --
3200: RAISE;
3201: --

Line 3206: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3202: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3203: --
3204: l_header_adj_tbl(I).return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3205: --
3206: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3207: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
3208: --
3209: RAISE;
3210: --

Line 3222: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3218: 'Header_Adjs');
3219: --
3220: END IF;
3221: --
3222: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3223: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
3224: --
3225: RAISE;
3226: --

Line 3518: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3514: WHEN FND_API.G_EXC_ERROR THEN
3515: --
3516: l_line_scredit_tbl(J).return_status := FND_API.G_RET_STS_ERROR;
3517: --
3518: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3519: OE_MSG_PUB.reset_msg_context('LINE_SCREDIT');
3520: --
3521: RAISE;
3522: --

Line 3527: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3523: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3524: --
3525: l_line_scredit_tbl(J).return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3526: --
3527: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3528: OE_MSG_PUB.reset_msg_context('LINE_SCREDIT');
3529: --
3530: RAISE;
3531: --

Line 3543: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3539: 'Line_Scredits');
3540: --
3541: END IF;
3542: --
3543: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3544: OE_MSG_PUB.reset_msg_context('LINE_SCREDIT');
3545: --
3546: RAISE;
3547: --

Line 3590: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3586: WHEN FND_API.G_EXC_ERROR THEN
3587: --
3588: l_line_adj_tbl(K).return_status := FND_API.G_RET_STS_ERROR;
3589: --
3590: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3591: OE_MSG_PUB.reset_msg_context('LINE_ADJ');
3592: --
3593: RAISE;
3594: --

Line 3599: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3595: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3596: --
3597: l_line_adj_tbl(K).return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3598: --
3599: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3600: OE_MSG_PUB.reset_msg_context('LINE_ADJ');
3601: --
3602: RAISE;
3603: --

Line 3615: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3611: 'Line_Adjs');
3612: --
3613: END IF;
3614: --
3615: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3616: OE_MSG_PUB.reset_msg_context('LINE_ADJ');
3617: --
3618: RAISE;
3619: --

Line 3631: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3627: WHEN FND_API.G_EXC_ERROR THEN
3628: --
3629: l_line_tbl(L).return_status := FND_API.G_RET_STS_ERROR;
3630: --
3631: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3632: OE_MSG_PUB.reset_msg_context('LINE');
3633: --
3634: RAISE;
3635: --

Line 3640: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3636: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3637: --
3638: l_line_tbl(L).return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3639: --
3640: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3641: OE_MSG_PUB.reset_msg_context('LINE');
3642: --
3643: RAISE;
3644: --

Line 3656: OE_Header_Security.g_check_all_cols_constraint := 'Y';

3652: 'Lines');
3653: --
3654: END IF;
3655: --
3656: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3657: OE_MSG_PUB.reset_msg_context('LINE');
3658: --
3659: RAISE;
3660: --