DBA Data[Home] [Help]

APPS.RLM_SHIP_DELIVERY_PATTERN_SV dependencies on BOM_CALENDAR_API_BK

Line 2099: bom_calendar_api_bk.check_working_day(x_Input.customer_rcv_calendar_cd,

2095: -- Bug 3733396 : Call BOM API only if we have a valid RECEIVING calendar
2096: --
2097: IF x_Input.customer_rcv_calendar_cd IS NOT NULL THEN
2098: --
2099: bom_calendar_api_bk.check_working_day(x_Input.customer_rcv_calendar_cd,
2100: x_ReceiveDate,
2101: v_WorkingDay,
2102: v_ErrCode,
2103: v_ErrMesg);

Line 2226: bom_calendar_api_bk.check_working_day(x_Input.supplier_shp_calendar_cd,

2222: rlm_core_sv.dlog(g_DEBUG,' x_ShipmentDate ',x_ShipmentDate);
2223: rlm_core_sv.dlog(g_DEBUG,' x_CalCode ',x_Input.supplier_shp_calendar_cd);
2224: END IF;
2225: --
2226: bom_calendar_api_bk.check_working_day(x_Input.supplier_shp_calendar_cd,
2227: x_ShipmentDate,
2228: v_WorkingDay,
2229: v_ErrCode,
2230: v_ErrMesg);