DBA Data[Home] [Help]

APPS.IEX_EXT_AGNCY_PUB dependencies on IEX_IEA_PVT

Line 80: iex_iea_pvt.insert_row(

76: END IF;
77: */
78:
79: -- END commenting for bug 4741980
80: iex_iea_pvt.insert_row(
81: l_api_version
82: ,l_init_msg_list
83: ,l_return_status
84: ,l_msg_count

Line 240: iex_iea_pvt.insert_row(

236:
237: -- END commenting for bug 4741980
238: */
239:
240: iex_iea_pvt.insert_row(
241: l_api_version
242: ,l_init_msg_list
243: ,l_return_status
244: ,l_msg_count

Line 335: iex_iea_pvt.lock_row(

331: ,x_msg_data OUT NOCOPY VARCHAR2
332: ,p_ieav_rec IN ieav_rec_type) AS
333:
334: BEGIN
335: iex_iea_pvt.lock_row(
336: p_api_version,
337: p_init_msg_list,
338: x_return_status,
339: x_msg_count,

Line 377: iex_iea_pvt.lock_row(

373: ,x_msg_data OUT NOCOPY VARCHAR2
374: ,p_ieav_tbl IN ieav_tbl_type) AS
375:
376: BEGIN
377: iex_iea_pvt.lock_row(
378: p_api_version,
379: p_init_msg_list,
380: x_return_status,
381: x_msg_count,

Line 484: iex_iea_pvt.update_row(

480:
481: --END FOR BUG 4741980
482: */
483:
484: iex_iea_pvt.update_row(
485: l_api_version
486: ,l_init_msg_list
487: ,l_return_status
488: ,l_msg_count

Line 644: iex_iea_pvt.update_row(

640: END IF;
641:
642: --END FOR BUG 4741980
643: */
644: iex_iea_pvt.update_row(
645: l_api_version
646: ,l_init_msg_list
647: ,l_return_status
648: ,l_msg_count

Line 804: iex_iea_pvt.delete_row(

800:
801: --END FOR BUG 4741980
802: */
803: --Delete the Master
804: iex_iea_pvt.delete_row(
805: l_api_version
806: ,l_init_msg_list
807: ,l_return_status
808: ,l_msg_count

Line 1132: iex_iea_pvt.validate_row(

1128:
1129: --END FOR BUG 4741980
1130: */
1131:
1132: iex_iea_pvt.validate_row(
1133: l_api_version
1134: ,l_init_msg_list
1135: ,l_return_status
1136: ,l_msg_count

Line 1293: iex_iea_pvt.validate_row(

1289: --Vertical pre-processing user hook call end
1290:
1291: --END FOR BUG 4741980
1292: */
1293: iex_iea_pvt.validate_row(
1294: p_api_version
1295: ,p_init_msg_list
1296: ,x_return_status
1297: ,x_msg_count