DBA Data[Home] [Help]

APPS.GMS_AWARD_PVT dependencies on GMS_ERROR_PKG

Line 131: gms_error_pkg.gms_debug('Stage :'||G_stage||' Label :'||p_label, 'C');

127: ( p_count => G_msg_count ,
128: p_data => G_msg_data );
129:
130: IF L_DEBUG = 'Y' THEN
131: gms_error_pkg.gms_debug('Stage :'||G_stage||' Label :'||p_label, 'C');
132: END IF;
133:
134:
135: IF FND_MSG_PUB.check_msg_level( NVL(G_msg_count,0) ) THEN