DBA Data[Home] [Help]

APPS.FTE_TP_GRP dependencies on WSH_TP_RELEASE_INT

Line 101: x_context IN OUT NOCOPY WSH_TP_RELEASE_INT.context_rec_type,

97: -- x_obsoleted_trip_moves will have the obsoleted move segments.
98: --
99:
100: PROCEDURE map_moves(
101: x_context IN OUT NOCOPY WSH_TP_RELEASE_INT.context_rec_type,
102: x_plan_trips IN OUT NOCOPY WSH_TP_RELEASE_INT.plan_trip_tab_type,
103: x_plan_trip_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.plan_trip_move_tab_type,
104: x_plan_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.plan_move_tab_type,
105: x_obsoleted_trip_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.obsoleted_trip_move_tab_type,

Line 102: x_plan_trips IN OUT NOCOPY WSH_TP_RELEASE_INT.plan_trip_tab_type,

98: --
99:
100: PROCEDURE map_moves(
101: x_context IN OUT NOCOPY WSH_TP_RELEASE_INT.context_rec_type,
102: x_plan_trips IN OUT NOCOPY WSH_TP_RELEASE_INT.plan_trip_tab_type,
103: x_plan_trip_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.plan_trip_move_tab_type,
104: x_plan_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.plan_move_tab_type,
105: x_obsoleted_trip_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.obsoleted_trip_move_tab_type,
106: x_errors_tab IN OUT NOCOPY WSH_TP_RELEASE_INT.interface_errors_tab_type,

Line 106: x_errors_tab IN OUT NOCOPY WSH_TP_RELEASE_INT.interface_errors_tab_type,

102: x_plan_trips IN OUT NOCOPY WSH_TP_RELEASE_INT.plan_trip_tab_type,
103: x_plan_trip_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.plan_trip_move_tab_type,
104: x_plan_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.plan_move_tab_type,
105: x_obsoleted_trip_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.obsoleted_trip_move_tab_type,
106: x_errors_tab IN OUT NOCOPY WSH_TP_RELEASE_INT.interface_errors_tab_type,
107: x_return_status OUT NOCOPY VARCHAR2
108: );
109:
110:

Line 129: x_context IN OUT NOCOPY WSH_TP_RELEASE_INT.context_rec_type,

125: -- x_obsoleted_trip_moves will have the obsoleted move segments.
126: --
127:
128: PROCEDURE reconciliate_moves(
129: x_context IN OUT NOCOPY WSH_TP_RELEASE_INT.context_rec_type,
130: x_plan_trips IN OUT NOCOPY WSH_TP_RELEASE_INT.plan_trip_tab_type,
131: x_plan_trip_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.plan_trip_move_tab_type,
132: x_plan_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.plan_move_tab_type,
133: x_obsoleted_trip_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.obsoleted_trip_move_tab_type,

Line 130: x_plan_trips IN OUT NOCOPY WSH_TP_RELEASE_INT.plan_trip_tab_type,

126: --
127:
128: PROCEDURE reconciliate_moves(
129: x_context IN OUT NOCOPY WSH_TP_RELEASE_INT.context_rec_type,
130: x_plan_trips IN OUT NOCOPY WSH_TP_RELEASE_INT.plan_trip_tab_type,
131: x_plan_trip_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.plan_trip_move_tab_type,
132: x_plan_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.plan_move_tab_type,
133: x_obsoleted_trip_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.obsoleted_trip_move_tab_type,
134: x_errors_tab IN OUT NOCOPY WSH_TP_RELEASE_INT.interface_errors_tab_type,

Line 134: x_errors_tab IN OUT NOCOPY WSH_TP_RELEASE_INT.interface_errors_tab_type,

130: x_plan_trips IN OUT NOCOPY WSH_TP_RELEASE_INT.plan_trip_tab_type,
131: x_plan_trip_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.plan_trip_move_tab_type,
132: x_plan_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.plan_move_tab_type,
133: x_obsoleted_trip_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.obsoleted_trip_move_tab_type,
134: x_errors_tab IN OUT NOCOPY WSH_TP_RELEASE_INT.interface_errors_tab_type,
135: x_return_status OUT NOCOPY VARCHAR2
136: );
137:
138:

Line 157: x_context IN OUT NOCOPY WSH_TP_RELEASE_INT.context_rec_type,

153: -- Upgrade continuous moves' PLANNED_FLAG based on the plan
154: --
155:
156: PROCEDURE tp_firm_moves(
157: x_context IN OUT NOCOPY WSH_TP_RELEASE_INT.context_rec_type,
158: x_plan_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.plan_move_tab_type,
159: x_errors_tab IN OUT NOCOPY WSH_TP_RELEASE_INT.interface_errors_tab_type,
160: x_return_status OUT NOCOPY VARCHAR2
161: );

Line 159: x_errors_tab IN OUT NOCOPY WSH_TP_RELEASE_INT.interface_errors_tab_type,

155:
156: PROCEDURE tp_firm_moves(
157: x_context IN OUT NOCOPY WSH_TP_RELEASE_INT.context_rec_type,
158: x_plan_moves IN OUT NOCOPY WSH_FTE_TP_INTEGRATION.plan_move_tab_type,
159: x_errors_tab IN OUT NOCOPY WSH_TP_RELEASE_INT.interface_errors_tab_type,
160: x_return_status OUT NOCOPY VARCHAR2
161: );
162:
163: