DBA Data[Home] [Help]

APPS.OE_SCH_CONC_REQUESTS dependencies on OE_ORDER_PVT

Line 1157: Oe_Order_Pvt.Lines

1153:
1154: g_process_records := 0;
1155: g_failed_records := 0;
1156:
1157: Oe_Order_Pvt.Lines
1158: (p_init_msg_list => l_init_msg_list,
1159: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
1160: p_control_rec => l_control_rec,
1161: p_x_line_tbl => l_line_tbl,

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

1162: p_x_old_line_tbl => l_old_line_tbl,
1163: x_return_status => l_return_status);
1164:
1165: IF l_debug_level > 0 THEN
1166: oe_debug_pub.add('Oe_Order_Pvt.Lines returns with - '
1167: || l_return_status);
1168: END IF;
1169:
1170: IF l_return_status IN (FND_API.G_RET_STS_ERROR,

Line 1500: Oe_Order_Pvt.Lines

1496:
1497: g_process_records := 0;
1498: g_failed_records := 0;
1499:
1500: Oe_Order_Pvt.Lines
1501: (p_validation_level => FND_API.G_VALID_LEVEL_FULL,
1502: p_init_msg_list => l_init_msg_list,
1503: p_control_rec => l_control_rec,
1504: p_x_line_tbl => l_line_tbl,

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

1505: p_x_old_line_tbl => l_old_line_tbl,
1506: x_return_status => l_return_status);
1507:
1508: IF l_debug_level > 0 THEN
1509: oe_debug_pub.add('Oe_Order_Pvt.Lines returns with - '
1510: || l_return_status);
1511: END IF;
1512:
1513: IF l_return_status IN