DBA Data[Home] [Help]

APPS.EAM_COMPLETION dependencies on FND_API

Line 51: * x_update_meter default to fnd_api.g_true

47: * (null if the the work order is not under QA control)
48: * x_shutdown_start_date Shutdown information for regular EAM
49: * x_shutdown_end_date Shutdown information for regular EAM
50: * x_quantity Number of items for inventory
51: * x_update_meter default to fnd_api.g_true
52: * whether to update meters
53: * x_commit default to fnd_api.g_true
54: * whether to commit the changes to DB
55: * x_attribute_category For descriptive flex field

Line 53: * x_commit default to fnd_api.g_true

49: * x_shutdown_end_date Shutdown information for regular EAM
50: * x_quantity Number of items for inventory
51: * x_update_meter default to fnd_api.g_true
52: * whether to update meters
53: * x_commit default to fnd_api.g_true
54: * whether to commit the changes to DB
55: * x_attribute_category For descriptive flex field
56: * x_attribute1-15 For descriptive flex field
57: * errCode OUT 0 if procedure success, 1 otherwise

Line 213: x_commit IN VARCHAR2 := fnd_api.g_false,

209: x_reference IN VARCHAR2 := null,
210: x_qa_collection_id IN NUMBER := null,
211: x_shutdown_start_date IN DATE := null,
212: x_shutdown_end_date IN DATE := null,
213: x_commit IN VARCHAR2 := fnd_api.g_false,
214: x_attribute_category IN VARCHAR2 := null,
215: x_attribute1 IN VARCHAR2 := null,
216: x_attribute2 IN VARCHAR2 := null,
217: x_attribute3 IN VARCHAR2 := null,

Line 255: x_commit IN VARCHAR2 := fnd_api.g_false,

251: x_reference IN VARCHAR2 := null,
252: x_qa_collection_id IN NUMBER := null,
253: x_shutdown_start_date IN DATE := null,
254: x_shutdown_end_date IN DATE := null,
255: x_commit IN VARCHAR2 := fnd_api.g_false,
256: x_attribute_category IN VARCHAR2 := null,
257: x_attribute1 IN VARCHAR2 := null,
258: x_attribute2 IN VARCHAR2 := null,
259: x_attribute3 IN VARCHAR2 := null,

Line 333: x_commit IN VARCHAR2 := fnd_api.g_false,

329: x_request_id IN NUMBER := null,
330: x_application_id IN NUMBER := null,
331: x_program_id IN NUMBER := null,
332: x_reconcil_code IN VARCHAR2 := null,
333: x_commit IN VARCHAR2 := fnd_api.g_false,
334: x_actual_start_date IN DATE,
335: x_actual_end_date IN DATE,
336: x_actual_duration IN NUMBER,
337: x_subinventory IN VARCHAR2 := null,