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.3.12020000.3 2012/12/10 10:13:17 avitiwar ship $ */
3:
4: /** CONSTANTS */
5:

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

909: PROCEDURE log (p_mesg VARCHAR2 ) IS
910: l_dml VARCHAR2(2000);
911:
912: BEGIN
913: asg_helper.log(p_mesg, 'asg_custom_pvt', LOG_LEVEL);
914: END log;
915:
916: END ASG_CUSTOM_PVT;

Line 916: END ASG_CUSTOM_PVT;

912: BEGIN
913: asg_helper.log(p_mesg, 'asg_custom_pvt', LOG_LEVEL);
914: END log;
915:
916: END ASG_CUSTOM_PVT;