DBA Data[Home] [Help]

APPS.JTF_FM_PROCESS_REQUEST_WF dependencies on STANDARD

Line 4: -- DESCRIPTION This procedure is called to start standard fulfillment workflow,

1: PACKAGE jtf_fm_process_request_wf AS
2: /* $Header: jtffmwfs.pls 120.0 2005/05/11 08:14:29 appldev ship $ */
3: -- PROCEDURE start fulfillment request
4: -- DESCRIPTION This procedure is called to start standard fulfillment workflow,
5: --assigns all attributes what jtf_fm_request_grp.submit_request api needs and launches the work flow.
6: --IN OUT
7: --p_api_version,p_init_msg_list,p_commit,p_validation_level,x_return_status,x_msg_data,x_msg_count are standard
8: -- api parameters.

Line 7: --p_api_version,p_init_msg_list,p_commit,p_validation_level,x_return_status,x_msg_data,x_msg_count are standard

3: -- PROCEDURE start fulfillment request
4: -- DESCRIPTION This procedure is called to start standard fulfillment workflow,
5: --assigns all attributes what jtf_fm_request_grp.submit_request api needs and launches the work flow.
6: --IN OUT
7: --p_api_version,p_init_msg_list,p_commit,p_validation_level,x_return_status,x_msg_data,x_msg_count are standard
8: -- api parameters.
9: --x_msg_count : Message count holds the number of messages in the API message list if this no
10: -- is one ,then message data holds the message in an encoded format.
11: --x_msg_data : Message in encoded format.