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 1287: RLM_EXTINTERFACE_SV.CheckShippingConstraints(

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

Line 1352: RLM_EXTINTERFACE_SV.CheckShippingConstraints(

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

Line 3956: RLM_EXTINTERFACE_SV.getIntransitQty (

3952: PrintMatchRec(v_match_rec);
3953: --
3954: IF NOT AlreadyMatched(x_Group_rec, v_match_rec, v_Index) Then
3955: --
3956: RLM_EXTINTERFACE_SV.getIntransitQty (
3957: x_Group_rec.customer_id,
3958: x_Group_rec.ship_to_org_id,
3959: x_Group_rec.intmed_ship_to_org_id, --Bugfix 5911991
3960: x_Group_rec.ship_from_org_id,

Line 10326: RLM_EXTINTERFACE_SV.GetIntransitShippedLines(x_Sched_rec,

10322: -- Bug 3549475 Added condition to check if there is at least one ACTUAL lines jckwok
10323: IF(UPPER(x_Group_rec.setup_terms_rec.intransit_calc_basis) IN ('SHIPPED_LINES','PART_SHIP_LINES')
10324: AND v_ActualCount > 0) THEN
10325: --
10326: RLM_EXTINTERFACE_SV.GetIntransitShippedLines(x_Sched_rec,
10327: x_Group_rec,
10328: v_Key_rec.req_rec,
10329: v_min_horizon_date,
10330: v_InTransitQty);

Line 10375: RLM_EXTINTERFACE_SV.GetIntransitShippedLines(x_Sched_rec,

10371: v_check_partial_flag := 'N' ;
10372: IF (UPPER(x_Group_rec.setup_terms_rec.intransit_calc_basis) IN ('SHIPPED_LINES','PART_SHIP_LINES')
10373: AND v_ActualCount > 0) THEN
10374: --
10375: RLM_EXTINTERFACE_SV.GetIntransitShippedLines(x_Sched_rec,
10376: x_Group_rec,
10377: v_Key_rec.req_rec,
10378: v_min_horizon_date,
10379: v_InTransitQty);