DBA Data[Home] [Help]

APPS.WMS_DOCK_APPOINTMENTS_PUB dependencies on FND_API

Line 150: Valid values are FND_API.G_TRUE and FND_API.G_FALSE

146: x_dock_appt_list - List of all the appointments selected
147: Input Parameters :
148: p_api_version - Current Version of API
149: p_init_msg_list - Indicates if error message list needs to be initialized or not
150: Valid values are FND_API.G_TRUE and FND_API.G_FALSE
151: p_organization_id - Organization Id
152: p_start_date - Start date and time to query dock appointments
153: p_end_date - End date and time to query dock appointments
154: p_appointment_type - Appointment types

Line 177: , p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE

173: , x_msg_count OUT NOCOPY NUMBER
174: , x_msg_data OUT NOCOPY VARCHAR2
175: , x_dock_appt_list OUT NOCOPY WMS_DOCK_APPOINTMENTS_PUB.dock_appt_tb_tp
176: , p_api_version IN NUMBER DEFAULT 1.0
177: , p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE
178: , p_organization_id IN NUMBER
179: , p_start_date IN DATE
180: , p_end_date IN DATE
181: , p_appointment_type IN NUMBER DEFAULT NULL