DBA Data[Home] [Help]

APPS.JAI_AP_UTILS_PKG dependencies on FND_REQUEST

Line 1889: result := Fnd_request.set_mode(TRUE);

1885: from ap_invoices_all
1886: Where invoice_num = p_boe_id
1887: And vendor_id = p_vendor_id;
1888:
1889: result := Fnd_request.set_mode(TRUE);
1890: /* Bug 5378544. Added by Lakshmi Gopalsami
1891: * Included org_id and commit size.
1892: */
1893: request_id := FND_REQUEST.SUBMIT_REQUEST

Line 1893: request_id := FND_REQUEST.SUBMIT_REQUEST

1889: result := Fnd_request.set_mode(TRUE);
1890: /* Bug 5378544. Added by Lakshmi Gopalsami
1891: * Included org_id and commit size.
1892: */
1893: request_id := FND_REQUEST.SUBMIT_REQUEST
1894: (
1895: 'SQLAP',
1896: 'APPRVL',
1897: 'Payables Approval Localization',