DBA Data[Home] [Help]

APPS.AP_APPROVAL_PKG dependencies on INL_MATCH_GRP

Line 2208: INL_MATCH_GRP.Create_MatchesFromAP

2204: END IF;
2205: ----------------------------------------------------------------
2206:
2207: --EXECUTE IMMEDIATE
2208: INL_MATCH_GRP.Create_MatchesFromAP
2209: (p_api_version => 1.0, -- API version
2210: 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
2211: 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
2212: p_invoice_id => l_invoice_id,