DBA Data[Home] [Help]

APPS.AP_APPROVAL_PKG dependencies on INL_MATCH_GRP

Line 1563: INL_MATCH_GRP.Create_MatchesFromAP

1559: Print_Debug(l_api_name, l_debug_info);
1560: ----------------------------------------------------------------
1561:
1562: --EXECUTE IMMEDIATE
1563: INL_MATCH_GRP.Create_MatchesFromAP
1564: (p_api_version => 1.0, -- API version
1565: p_init_msg_list => FND_API.G_TRUE, -- This is to initialize the message list whenever the API is called, not cumulating messages from one execution to other
1566: p_commit => FND_API.G_FALSE, -- This is to not issue any commit inside the API, since commit cycle is managed by the calling program
1567: p_invoice_id => l_invoice_id,