DBA Data[Home] [Help]

APPS.ASG_CUSTOM_PVT dependencies on ASG_CUSTOM_PVT

Line 1: PACKAGE BODY ASG_CUSTOM_PVT as

1: PACKAGE BODY ASG_CUSTOM_PVT as
2: /* $Header: asgvcstb.pls 120.1 2005/08/12 02:59:09 saradhak noship $ */
3:
4: /** CONSTANTS */
5:

Line 878: asg_helper.log(p_mesg, 'asg_custom_pvt', LOG_LEVEL);

874: PROCEDURE log (p_mesg VARCHAR2 ) IS
875: l_dml VARCHAR2(2000);
876:
877: BEGIN
878: asg_helper.log(p_mesg, 'asg_custom_pvt', LOG_LEVEL);
879: END log;
880:
881: END ASG_CUSTOM_PVT;

Line 881: END ASG_CUSTOM_PVT;

877: BEGIN
878: asg_helper.log(p_mesg, 'asg_custom_pvt', LOG_LEVEL);
879: END log;
880:
881: END ASG_CUSTOM_PVT;