DBA Data[Home] [Help]

APPS.OE_SCH_CONC_REQUESTS dependencies on OE_ORDER_PVT

Line 971: Oe_Order_Pvt.Lines

967:
968: g_process_records := 0;
969: g_failed_records := 0;
970:
971: Oe_Order_Pvt.Lines
972: (p_init_msg_list => l_init_msg_list,
973: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
974: p_control_rec => l_control_rec,
975: p_x_line_tbl => l_line_tbl,

Line 980: oe_debug_pub.add('Oe_Order_Pvt.Lines returns with - '

976: p_x_old_line_tbl => l_old_line_tbl,
977: x_return_status => l_return_status);
978:
979: IF l_debug_level > 0 THEN
980: oe_debug_pub.add('Oe_Order_Pvt.Lines returns with - '
981: || l_return_status);
982: END IF;
983:
984: IF l_return_status IN (FND_API.G_RET_STS_ERROR,

Line 1276: Oe_Order_Pvt.Lines

1272:
1273: g_process_records := 0;
1274: g_failed_records := 0;
1275:
1276: Oe_Order_Pvt.Lines
1277: (p_validation_level => FND_API.G_VALID_LEVEL_FULL,
1278: p_init_msg_list => l_init_msg_list,
1279: p_control_rec => l_control_rec,
1280: p_x_line_tbl => l_line_tbl,

Line 1285: oe_debug_pub.add('Oe_Order_Pvt.Lines returns with - '

1281: p_x_old_line_tbl => l_old_line_tbl,
1282: x_return_status => l_return_status);
1283:
1284: IF l_debug_level > 0 THEN
1285: oe_debug_pub.add('Oe_Order_Pvt.Lines returns with - '
1286: || l_return_status);
1287: END IF;
1288:
1289: IF l_return_status IN