DBA Data[Home] [Help]

APPS.RLM_RD_SV dependencies on RLM_EXTINTERFACE_SV

Line 731: rlm_extinterface_sv.ProcessOperation(g_Op_Tab_Unschedule,x_Sched_rec.header_id,v_ReturnStatus);

727: --
728: --global_atp
729: -- Need to call ProcessConstraint for g_Op_Tab_Unschedule before doing for
730: -- g_Op_Tab
731: rlm_extinterface_sv.ProcessOperation(g_Op_Tab_Unschedule,x_Sched_rec.header_id,v_ReturnStatus);
732: --
733: IF (l_debug <> -1) THEN
734: rlm_core_sv.dlog(k_DEBUG, 'After calling Process Order API (Unscheduling)');
735: rlm_core_sv.dlog(k_DEBUG, 'v_ReturnStatus', v_ReturnStatus);

Line 758: rlm_extinterface_sv.ProcessOperation(g_Op_Tab,x_Sched_rec.header_id,v_ReturnStatus);

754: END IF;
755: --
756: -- Proceed with Process Order API (Scheduling)
757:
758: rlm_extinterface_sv.ProcessOperation(g_Op_Tab,x_Sched_rec.header_id,v_ReturnStatus);
759: --
760: IF (l_debug <> -1) THEN
761: rlm_core_sv.dlog(k_DEBUG, 'After calling Process Order API (Scheduling)');
762: rlm_core_sv.dlog(k_DEBUG, 'v_ReturnStatus', v_ReturnStatus);

Line 933: b_Result := rlm_extinterface_sv.CallProcessConstraintAPI(x_key_rec,

929: END IF;
930: --
931: IF x_Operation = k_UPDATE_ATTR THEN
932: --
933: b_Result := rlm_extinterface_sv.CallProcessConstraintAPI(x_key_rec,
934: x_Qty_rec,
935: 'UPDATE',
936: x_OperationQty);
937: --

Line 940: b_Result := rlm_extinterface_sv.CallProcessConstraintAPI(x_key_rec,

936: x_OperationQty);
937: --
938: ELSE
939: --
940: b_Result := rlm_extinterface_sv.CallProcessConstraintAPI(x_key_rec,
941: x_Qty_rec,
942: x_Operation,
943: x_OperationQty);
944: --

Line 1291: RLM_EXTINTERFACE_SV.CheckShippingConstraints(

1287: IF (l_debug <> -1) THEN
1288: rlm_core_sv.dlog(k_DEBUG,'source_line_id',v_changed_attributes.source_line_id);
1289: END IF;
1290: --
1291: RLM_EXTINTERFACE_SV.CheckShippingConstraints(
1292: x_source_code => v_source_code,
1293: x_changed_attributes => v_changed_attributes,
1294: x_return_status => v_return_status,
1295: x_action_allowed => v_action_allowed,

Line 1356: RLM_EXTINTERFACE_SV.CheckShippingConstraints(

1352: IF (l_debug <> -1) THEN
1353: rlm_core_sv.dlog(k_DEBUG,'source_line_id',v_changed_attributes.source_line_id);
1354: END IF;
1355: --
1356: RLM_EXTINTERFACE_SV.CheckShippingConstraints(
1357: x_source_code => v_source_code,
1358: x_changed_attributes => v_changed_attributes,
1359: x_return_status => v_return_status,
1360: x_action_allowed => v_action_allowed,

Line 4121: RLM_EXTINTERFACE_SV.getIntransitQty (

4117: PrintMatchRec(v_match_rec);
4118: --
4119: IF NOT AlreadyMatched(x_Group_rec, v_match_rec, v_Index) Then
4120: --
4121: RLM_EXTINTERFACE_SV.getIntransitQty (
4122: x_Group_rec.customer_id,
4123: x_Group_rec.ship_to_org_id,
4124: x_Group_rec.intmed_ship_to_org_id, --Bugfix 5911991
4125: x_Group_rec.ship_from_org_id,

Line 10500: RLM_EXTINTERFACE_SV.GetIntransitShippedLines(x_Sched_rec,

10496: -- Bug 3549475 Added condition to check if there is at least one ACTUAL lines jckwok
10497: IF(UPPER(x_Group_rec.setup_terms_rec.intransit_calc_basis) IN ('SHIPPED_LINES','PART_SHIP_LINES')
10498: AND v_ActualCount > 0) THEN
10499: --
10500: RLM_EXTINTERFACE_SV.GetIntransitShippedLines(x_Sched_rec,
10501: x_Group_rec,
10502: v_Key_rec.req_rec,
10503: v_min_horizon_date,
10504: v_InTransitQty);

Line 10549: RLM_EXTINTERFACE_SV.GetIntransitShippedLines(x_Sched_rec,

10545: v_check_partial_flag := 'N' ;
10546: IF (UPPER(x_Group_rec.setup_terms_rec.intransit_calc_basis) IN ('SHIPPED_LINES','PART_SHIP_LINES')
10547: AND v_ActualCount > 0) THEN
10548: --
10549: RLM_EXTINTERFACE_SV.GetIntransitShippedLines(x_Sched_rec,
10550: x_Group_rec,
10551: v_Key_rec.req_rec,
10552: v_min_horizon_date,
10553: v_InTransitQty);