DBA Data[Home] [Help]

APPS.AST_COLLTRL_ORDER_PKG dependencies on JTF_FM_REQUEST_GRP

Line 125: JTF_FM_REQUEST_GRP.STart_Request

121: l_api_version NUMBER := 1.0;
122: BEGIN
123: -- Start the fulfillment request. The output request_id must be passed
124: -- to all subsequent calls made for this request.
125: JTF_FM_REQUEST_GRP.STart_Request
126: (
127: p_api_version => l_api_version,
128: x_return_status => l_return_status,
129: x_msg_count => l_msg_count,

Line 179: l_bind_var JTF_FM_REQUEST_GRP.G_VARCHAR_TBL_TYPE ;

175: l_api_version NUMBER := 1.0;
176: --
177: l_content_nm VARCHAR2(100);
178: l_document_type VARCHAR2(150);
179: l_bind_var JTF_FM_REQUEST_GRP.G_VARCHAR_TBL_TYPE ;
180: l_bind_val JTF_FM_REQUEST_GRP.G_VARCHAR_TBL_TYPE ;
181: l_bind_var_type JTF_FM_REQUEST_GRP.G_VARCHAR_TBL_TYPE ;
182: BEGIN
183: -- Initialize the parameters for Master Document.

Line 180: l_bind_val JTF_FM_REQUEST_GRP.G_VARCHAR_TBL_TYPE ;

176: --
177: l_content_nm VARCHAR2(100);
178: l_document_type VARCHAR2(150);
179: l_bind_var JTF_FM_REQUEST_GRP.G_VARCHAR_TBL_TYPE ;
180: l_bind_val JTF_FM_REQUEST_GRP.G_VARCHAR_TBL_TYPE ;
181: l_bind_var_type JTF_FM_REQUEST_GRP.G_VARCHAR_TBL_TYPE ;
182: BEGIN
183: -- Initialize the parameters for Master Document.
184: --NewChange

Line 181: l_bind_var_type JTF_FM_REQUEST_GRP.G_VARCHAR_TBL_TYPE ;

177: l_content_nm VARCHAR2(100);
178: l_document_type VARCHAR2(150);
179: l_bind_var JTF_FM_REQUEST_GRP.G_VARCHAR_TBL_TYPE ;
180: l_bind_val JTF_FM_REQUEST_GRP.G_VARCHAR_TBL_TYPE ;
181: l_bind_var_type JTF_FM_REQUEST_GRP.G_VARCHAR_TBL_TYPE ;
182: BEGIN
183: -- Initialize the parameters for Master Document.
184: --NewChange
185: IF p_party_id IS NOT NULL THEN

Line 194: JTF_FM_REQUEST_GRP.Get_Content_XML

190: --l_document_type := 'zip';
191:
192: -- This call gets the XML string for the content(Master Document) with
193: -- the parameters as defined above
194: JTF_FM_REQUEST_GRP.Get_Content_XML
195: (
196: p_api_version => l_api_version,
197: p_content_id => p_content_id,
198: p_content_nm => l_content_nm,

Line 233: JTF_FM_REQUEST_GRP.Submit_Request

229: l_api_version NUMBER := 1.0;
230: BEGIN
231:
232: -- Submit the fulfillment request
233: JTF_FM_REQUEST_GRP.Submit_Request
234: ( p_api_version => l_api_version,
235: p_commit => l_commit,
236: x_return_status => l_return_status,
237: x_msg_count => l_msg_count,