DBA Data[Home] [Help]

APPS.RLM_CUM_SV dependencies on OE_ORDER_GRP

Line 2029: oe_order_grp.process order api to update

2025: v_upd_indicator := TRUE;
2026: --
2027: /* Populate g_oe_line_tbl data structure with the
2028: calculated cum_key_id so it can be used when
2029: oe_order_grp.process order api to update
2030: oe_order_lines table */
2031: --
2032: counter := counter + 1;
2033: -- Bug# 1466909

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

2126: IF v_upd_indicator = TRUE THEN
2127: --
2128: -----------------------------------------------------------------------+
2129: BEGIN
2130: /* Call OE_Order_GRP.Process_Order procedure to update OE_ORDER_LINES
2131: table by passing the g_oe_line_tbl structure that has been prepared
2132: inside the loop above */
2133: --
2134: --Pass only g_oe_line_tbl. The rest uses default values

Line 2136: OE_Order_GRP.Process_order(

2132: inside the loop above */
2133: --
2134: --Pass only g_oe_line_tbl. The rest uses default values
2135: --
2136: OE_Order_GRP.Process_order(
2137: p_api_version_number => x_oe_api_version,
2138: p_init_msg_list => FND_API.G_TRUE,
2139: p_return_values => FND_API.G_FALSE,
2140: --p_commit => FND_API.G_FALSE,

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

4057: rlm_core_sv.dlog(C_DEBUG, 'l_file_val',l_file_val);
4058: END IF;
4059: --
4060: LOOP --{
4061: /* Call OE_Order_GRP.Process_Order procedure to update OE_ORDER_LINES
4062: table by passing the g_oe_line_tbl structure that has been prepared
4063: this loop calls the process_order API once per each header_id,
4064: since the table is sorted by header_id then this loop
4065: calls the process_order once the header_id is changed */

Line 4075: OE_Order_GRP.Process_order(

4071: v_index2 := v_index2 + 1;
4072: --
4073: IF v_index3 = g_oe_tmp_line_tbl.LAST THEN --{
4074: -- process order for the last time
4075: OE_Order_GRP.Process_order(
4076: p_api_version_number => x_oe_api_version,
4077: p_init_msg_list => FND_API.G_TRUE,
4078: p_return_values => FND_API.G_FALSE,
4079: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 4164: OE_Order_GRP.Process_order(

4160: --
4161: v_index2 := 1;
4162: --
4163:
4164: OE_Order_GRP.Process_order(
4165: p_api_version_number => x_oe_api_version,
4166: p_init_msg_list => FND_API.G_TRUE,
4167: p_return_values => FND_API.G_FALSE,
4168: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

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

6119: rlm_core_sv.dlog(C_DEBUG, 'l_file_val',l_file_val);
6120: END IF;
6121: --
6122: LOOP --{
6123: /* Call OE_Order_GRP.Process_Order procedure to update OE_ORDER_LINES
6124: table by passing the g_oe_line_tbl structure that has been prepared
6125: this loop calls the process_order API once per each header_id,
6126: since the table is sorted by header_id then this loop
6127: calls the process_order once the header_id is changed */

Line 6141: OE_Order_GRP.Process_order(

6137: v_line_idx := v_line_idx + 1;
6138: --
6139: IF v_tmp_line_idx = g_oe_tmp_line_tbl.LAST THEN --{
6140: -- process order for the last time
6141: OE_Order_GRP.Process_order(
6142: p_api_version_number => x_oe_api_version,
6143: p_init_msg_list => FND_API.G_TRUE,
6144: p_return_values => FND_API.G_FALSE,
6145: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 6219: OE_Order_GRP.Process_order(

6215: --
6216: v_line_idx := 1;
6217: --
6218:
6219: OE_Order_GRP.Process_order(
6220: p_api_version_number => x_oe_api_version,
6221: p_init_msg_list => FND_API.G_TRUE,
6222: p_return_values => FND_API.G_FALSE,
6223: p_validation_level => FND_API.G_VALID_LEVEL_FULL,