DBA Data[Home] [Help]

APPS.RLM_SHIP_DELIVERY_PATTERN_SV dependencies on RLM_INTERFACE_LINES

Line 65: ShiptoCustomerId rlm_interface_lines.ship_to_customer_id%TYPE);

61: customer_rcv_calendar_cd rlm_cust_shipto_terms.customer_rcv_calendar_cd%TYPE,
62: supplier_shp_calendar_cd rlm_cust_shipto_terms.supplier_shp_calendar_cd%TYPE,
63: sched_horizon_start_date rlm_interface_headers.sched_horizon_start_date%TYPE,
64: exclude_non_workdays_flag rlm_cust_shipto_terms.exclude_non_workdays_flag%TYPE,
65: ShiptoCustomerId rlm_interface_lines.ship_to_customer_id%TYPE);
66:
67: TYPE t_BucketRec IS RECORD (
68: ShipDeliveryRuleName VARCHAR2(30),
69: ItemDetailSubtype VARCHAR2(30),

Line 83: ItemDetailSubType rlm_interface_lines.item_detail_subtype%TYPE,

79: TYPE t_OutputRec IS RECORD (
80: PlannedShipmentDate DATE,
81: PlannedReceiveDate DATE,
82: PrimaryQuantity NUMBER,
83: ItemDetailSubType rlm_interface_lines.item_detail_subtype%TYPE,
84: ReturnMessage VARCHAR2(30));
85:
86: TYPE t_LeadTimeRec IS RECORD (
87: Time NUMBER,