DBA Data[Home] [Help]

APPS.AR_DEFERRAL_REASONS_GRP dependencies on AR_CUSTOM_PARAMS_HOOK_PKG

Line 49: AR_CUSTOM_PARAMS_HOOK_PKG.populateContingencyAttributes(p_source => p_mode);

45: fnd_msg_pub.initialize;
46: END IF;
47:
48: /* 9968597 - Calling Hook Procedure to populate the attribute columns */
49: AR_CUSTOM_PARAMS_HOOK_PKG.populateContingencyAttributes(p_source => p_mode);
50:
51: -- Initialize API return status to success
52: x_return_status := FND_API.G_RET_STS_SUCCESS;
53: