DBA Data[Home] [Help]

APPS.OE_CNCL_ORDER_IMPORT_PVT dependencies on OE_HEADER_SECURITY

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

1694: EXCEPTION
1695: --
1696: WHEN FND_API.G_EXC_ERROR THEN
1697: --
1698: OE_Header_Security.g_check_all_cols_constraint := 'Y';
1699: OE_MSG_PUB.reset_msg_context('HEADER');
1700: --
1701: RAISE;
1702: --

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

1701: RAISE;
1702: --
1703: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1704: --
1705: OE_Header_Security.g_check_all_cols_constraint := 'Y';
1706: OE_MSG_PUB.reset_msg_context('HEADER');
1707: --
1708: RAISE;
1709: --

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

1714: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,'Header');
1715: --
1716: END IF;
1717: --
1718: OE_Header_Security.g_check_all_cols_constraint := 'Y';
1719: OE_MSG_PUB.reset_msg_context('HEADER');
1720: --
1721: RAISE;
1722: --

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

1872: EXCEPTION
1873: --
1874: WHEN FND_API.G_EXC_ERROR THEN
1875: --
1876: OE_Header_Security.g_check_all_cols_constraint := 'Y';
1877: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
1878: --
1879: RAISE;
1880: --

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

1879: RAISE;
1880: --
1881: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1882: --
1883: OE_Header_Security.g_check_all_cols_constraint := 'Y';
1884: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
1885: --
1886: RAISE;
1887: --

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

1892: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,'Header_Adjs');
1893: --
1894: END IF;
1895: --
1896: OE_Header_Security.g_check_all_cols_constraint := 'Y';
1897: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
1898: --
1899: RAISE;
1900: --

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

2011: EXCEPTION
2012: --
2013: WHEN FND_API.G_EXC_ERROR THEN
2014: --
2015: OE_Header_Security.g_check_all_cols_constraint := 'Y';
2016: OE_MSG_PUB.reset_msg_context('HEADER_SCREDIT');
2017: --
2018: RAISE;
2019: --

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

2018: RAISE;
2019: --
2020: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2021: --
2022: OE_Header_Security.g_check_all_cols_constraint := 'Y';
2023: OE_MSG_PUB.reset_msg_context('HEADER_SCREDIT');
2024: --
2025: RAISE;
2026: --

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

2031: OE_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,'Header_Scredits');
2032: --
2033: END IF;
2034: --
2035: OE_Header_Security.g_check_all_cols_constraint := 'Y';
2036: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
2037: --
2038: RAISE;
2039: --

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

3068: WHEN FND_API.G_EXC_ERROR THEN
3069: --
3070: l_header_rec.return_status := FND_API.G_RET_STS_ERROR;
3071: --
3072: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3073: OE_MSG_PUB.reset_msg_context('HEADER');
3074: --
3075: RAISE;
3076: --

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

3077: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3078: --
3079: l_header_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3080: --
3081: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3082: OE_MSG_PUB.reset_msg_context('HEADER');
3083: --
3084: RAISE;
3085: --

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

3093: 'Header');
3094: --
3095: END IF;
3096: --
3097: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3098: OE_MSG_PUB.reset_msg_context('HEADER');
3099: --
3100: RAISE;
3101: --

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

3131: WHEN FND_API.G_EXC_ERROR THEN
3132: --
3133: l_header_scredit_tbl(I).return_status := FND_API.G_RET_STS_ERROR;
3134: --
3135: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3136: OE_MSG_PUB.reset_msg_context('HEADER_SCREDIT');
3137: --
3138: RAISE;
3139: --

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

3140: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3141: --
3142: l_header_scredit_tbl(I).return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3143: --
3144: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3145: OE_MSG_PUB.reset_msg_context('HEADER_SCREDIT');
3146: --
3147: RAISE;
3148: --

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

3156: 'Header_Scredits');
3157: --
3158: END IF;
3159: --
3160: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3161: OE_MSG_PUB.reset_msg_context('HEADER_SCREDIT');
3162: --
3163: RAISE;
3164: --

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

3197: WHEN FND_API.G_EXC_ERROR THEN
3198: --
3199: l_header_adj_tbl(I).return_status := FND_API.G_RET_STS_ERROR;
3200: --
3201: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3202: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
3203: --
3204: RAISE;
3205: --

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

3206: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3207: --
3208: l_header_adj_tbl(I).return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3209: --
3210: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3211: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
3212: --
3213: RAISE;
3214: --

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

3222: 'Header_Adjs');
3223: --
3224: END IF;
3225: --
3226: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3227: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
3228: --
3229: RAISE;
3230: --

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

3583: WHEN FND_API.G_EXC_ERROR THEN
3584: --
3585: l_line_scredit_tbl(J).return_status := FND_API.G_RET_STS_ERROR;
3586: --
3587: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3588: OE_MSG_PUB.reset_msg_context('LINE_SCREDIT');
3589: --
3590: RAISE;
3591: --

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

3592: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3593: --
3594: l_line_scredit_tbl(J).return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3595: --
3596: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3597: OE_MSG_PUB.reset_msg_context('LINE_SCREDIT');
3598: --
3599: RAISE;
3600: --

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

3608: 'Line_Scredits');
3609: --
3610: END IF;
3611: --
3612: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3613: OE_MSG_PUB.reset_msg_context('LINE_SCREDIT');
3614: --
3615: RAISE;
3616: --

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

3655: WHEN FND_API.G_EXC_ERROR THEN
3656: --
3657: l_line_adj_tbl(K).return_status := FND_API.G_RET_STS_ERROR;
3658: --
3659: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3660: OE_MSG_PUB.reset_msg_context('LINE_ADJ');
3661: --
3662: RAISE;
3663: --

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

3664: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3665: --
3666: l_line_adj_tbl(K).return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3667: --
3668: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3669: OE_MSG_PUB.reset_msg_context('LINE_ADJ');
3670: --
3671: RAISE;
3672: --

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

3680: 'Line_Adjs');
3681: --
3682: END IF;
3683: --
3684: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3685: OE_MSG_PUB.reset_msg_context('LINE_ADJ');
3686: --
3687: RAISE;
3688: --

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

3696: WHEN FND_API.G_EXC_ERROR THEN
3697: --
3698: l_line_tbl(L).return_status := FND_API.G_RET_STS_ERROR;
3699: --
3700: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3701: OE_MSG_PUB.reset_msg_context('LINE');
3702: --
3703: RAISE;
3704: --

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

3705: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3706: --
3707: l_line_tbl(L).return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3708: --
3709: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3710: OE_MSG_PUB.reset_msg_context('LINE');
3711: --
3712: RAISE;
3713: --

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

3721: 'Lines');
3722: --
3723: END IF;
3724: --
3725: OE_Header_Security.g_check_all_cols_constraint := 'Y';
3726: OE_MSG_PUB.reset_msg_context('LINE');
3727: --
3728: RAISE;
3729: --