DBA Data[Home] [Help]

APPS.RLM_CUM_SV dependencies on OE_ORDER_GRP

Line 2019: oe_order_grp.process order api to update

2015: v_upd_indicator := TRUE;
2016: --
2017: /* Populate g_oe_line_tbl data structure with the
2018: calculated cum_key_id so it can be used when
2019: oe_order_grp.process order api to update
2020: oe_order_lines table */
2021: --
2022: counter := counter + 1;
2023: -- Bug# 1466909

Line 2120: /* Call OE_Order_GRP.Process_Order procedure to update OE_ORDER_LINES

2116: IF v_upd_indicator = TRUE THEN
2117: --
2118: -----------------------------------------------------------------------+
2119: BEGIN
2120: /* Call OE_Order_GRP.Process_Order procedure to update OE_ORDER_LINES
2121: table by passing the g_oe_line_tbl structure that has been prepared
2122: inside the loop above */
2123: --
2124: --Pass only g_oe_line_tbl. The rest uses default values

Line 2126: OE_Order_GRP.Process_order(

2122: inside the loop above */
2123: --
2124: --Pass only g_oe_line_tbl. The rest uses default values
2125: --
2126: OE_Order_GRP.Process_order(
2127: p_api_version_number => x_oe_api_version,
2128: p_init_msg_list => FND_API.G_TRUE,
2129: p_return_values => FND_API.G_FALSE,
2130: --p_commit => FND_API.G_FALSE,

Line 4051: /* Call OE_Order_GRP.Process_Order procedure to update OE_ORDER_LINES

4047: rlm_core_sv.dlog(C_DEBUG, 'l_file_val',l_file_val);
4048: END IF;
4049: --
4050: LOOP --{
4051: /* Call OE_Order_GRP.Process_Order procedure to update OE_ORDER_LINES
4052: table by passing the g_oe_line_tbl structure that has been prepared
4053: this loop calls the process_order API once per each header_id,
4054: since the table is sorted by header_id then this loop
4055: calls the process_order once the header_id is changed */

Line 4065: OE_Order_GRP.Process_order(

4061: v_index2 := v_index2 + 1;
4062: --
4063: IF v_index3 = g_oe_tmp_line_tbl.LAST THEN --{
4064: -- process order for the last time
4065: OE_Order_GRP.Process_order(
4066: p_api_version_number => x_oe_api_version,
4067: p_init_msg_list => FND_API.G_TRUE,
4068: p_return_values => FND_API.G_FALSE,
4069: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 4154: OE_Order_GRP.Process_order(

4150: --
4151: v_index2 := 1;
4152: --
4153:
4154: OE_Order_GRP.Process_order(
4155: p_api_version_number => x_oe_api_version,
4156: p_init_msg_list => FND_API.G_TRUE,
4157: p_return_values => FND_API.G_FALSE,
4158: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 6113: /* Call OE_Order_GRP.Process_Order procedure to update OE_ORDER_LINES

6109: rlm_core_sv.dlog(C_DEBUG, 'l_file_val',l_file_val);
6110: END IF;
6111: --
6112: LOOP --{
6113: /* Call OE_Order_GRP.Process_Order procedure to update OE_ORDER_LINES
6114: table by passing the g_oe_line_tbl structure that has been prepared
6115: this loop calls the process_order API once per each header_id,
6116: since the table is sorted by header_id then this loop
6117: calls the process_order once the header_id is changed */

Line 6131: OE_Order_GRP.Process_order(

6127: v_line_idx := v_line_idx + 1;
6128: --
6129: IF v_tmp_line_idx = g_oe_tmp_line_tbl.LAST THEN --{
6130: -- process order for the last time
6131: OE_Order_GRP.Process_order(
6132: p_api_version_number => x_oe_api_version,
6133: p_init_msg_list => FND_API.G_TRUE,
6134: p_return_values => FND_API.G_FALSE,
6135: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 6209: OE_Order_GRP.Process_order(

6205: --
6206: v_line_idx := 1;
6207: --
6208:
6209: OE_Order_GRP.Process_order(
6210: p_api_version_number => x_oe_api_version,
6211: p_init_msg_list => FND_API.G_TRUE,
6212: p_return_values => FND_API.G_FALSE,
6213: p_validation_level => FND_API.G_VALID_LEVEL_FULL,