DBA Data[Home] [Help]

APPS.INV_MATERIAL_STATUS_GRP dependencies on FND_API

Line 22: -- x_return_status = fnd_api.g_ret_sts_success, if succeeded

18: -- p_status_id input status id
19: -- p_transaction_type_id input transaction_type
20: --
21: -- Output Parameters
22: -- x_return_status = fnd_api.g_ret_sts_success, if succeeded
23: -- = fnd_api.g_ret_sts_exc_error, if an expected
24: -- error occurred
25: -- = fnd_api.g_ret_sts_unexp_error, if
26: -- an unexpected error occurred

Line 23: -- = fnd_api.g_ret_sts_exc_error, if an expected

19: -- p_transaction_type_id input transaction_type
20: --
21: -- Output Parameters
22: -- x_return_status = fnd_api.g_ret_sts_success, if succeeded
23: -- = fnd_api.g_ret_sts_exc_error, if an expected
24: -- error occurred
25: -- = fnd_api.g_ret_sts_unexp_error, if
26: -- an unexpected error occurred
27: --

Line 25: -- = fnd_api.g_ret_sts_unexp_error, if

21: -- Output Parameters
22: -- x_return_status = fnd_api.g_ret_sts_success, if succeeded
23: -- = fnd_api.g_ret_sts_exc_error, if an expected
24: -- error occurred
25: -- = fnd_api.g_ret_sts_unexp_error, if
26: -- an unexpected error occurred
27: --
28: -- x_msg_count Number of error message in the error message
29: -- list

Line 118: -- x_return_status = fnd_api.g_ret_sts_success, if succeeded

114: -- p_organization_id organization the item resides in
115: -- p_inventory_item_id given item id we query for
116: --
117: -- Output Parameters
118: -- x_return_status = fnd_api.g_ret_sts_success, if succeeded
119: -- = fnd_api.g_ret_sts_exc_error, if an expected
120: -- error occurred
121: -- = fnd_api.g_ret_sts_unexp_error, if
122: -- an unexpected error occurred

Line 119: -- = fnd_api.g_ret_sts_exc_error, if an expected

115: -- p_inventory_item_id given item id we query for
116: --
117: -- Output Parameters
118: -- x_return_status = fnd_api.g_ret_sts_success, if succeeded
119: -- = fnd_api.g_ret_sts_exc_error, if an expected
120: -- error occurred
121: -- = fnd_api.g_ret_sts_unexp_error, if
122: -- an unexpected error occurred
123: --

Line 121: -- = fnd_api.g_ret_sts_unexp_error, if

117: -- Output Parameters
118: -- x_return_status = fnd_api.g_ret_sts_success, if succeeded
119: -- = fnd_api.g_ret_sts_exc_error, if an expected
120: -- error occurred
121: -- = fnd_api.g_ret_sts_unexp_error, if
122: -- an unexpected error occurred
123: --
124: -- x_msg_count Number of error message in the error message
125: -- list

Line 262: -- Should be fnd_api.g_false or fnd_api.g_true

258: -- Input Paramters
259: -- p_api_version_number API version number (current version is 1.0)
260: -- p_init_msg_lst Whether initialize the error message list or
261: -- not.
262: -- Should be fnd_api.g_false or fnd_api.g_true
263: -- p_update_method update method, refer to the global constant
264: -- definition in INVMSPUB.pls
265: -- p_status_id status_id which should be changed to
266: -- p_organization_id organization the item resides in

Line 286: , p_init_msg_lst IN VARCHAR2 DEFAULT fnd_api.g_false

282:
283: ----------------------------------------------------------------------------------------
284: PROCEDURE update_status
285: ( p_api_version_number IN NUMBER
286: , p_init_msg_lst IN VARCHAR2 DEFAULT fnd_api.g_false
287: , x_return_status OUT NOCOPY VARCHAR2
288: , x_msg_count OUT NOCOPY NUMBER
289: , x_msg_data OUT NOCOPY VARCHAR2
290: , p_update_method IN NUMBER