DBA Data[Home] [Help]

APPS.WIP_FLOW_CHARGE_UTILITIES dependencies on WIP_FLOW_CHARGE_UTILITIES

Line 1: Package Body Wip_Flow_Charge_Utilities as

1: Package Body Wip_Flow_Charge_Utilities as
2: /* $Header: wipworob.pls 120.1 2006/08/17 22:13:56 shkalyan noship $ */
3:
4:
5: g_line_code VARCHAR2(10) := NULL ;

Line 890: p_err_mesg := 'WIP_FLOW_CHARGE_UTILITIES.VALIDATE_RESOURCE_OVERHEAD' ||

886: return 1 ;
887:
888: exception
889: when others then
890: p_err_mesg := 'WIP_FLOW_CHARGE_UTILITIES.VALIDATE_RESOURCE_OVERHEAD' ||
891: substr(SQLERRM,1,150);
892: return 0;
893:
894: end Validate_Resource_Overhead ;

Line 897: end Wip_Flow_Charge_Utilities;

893:
894: end Validate_Resource_Overhead ;
895:
896:
897: end Wip_Flow_Charge_Utilities;