DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_HEADERS_PKG dependencies on STANDARD

Line 280: -- Standard check of p_commit

276: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
277: END IF;
278:
279: -- added for bug 3565704
280: -- Standard check of p_commit
281:
282: if p_commit is null then
283: l_commit := FND_API.G_FALSE;
284: else