DBA Data[Home] [Help]

APPS.WMS_RULES_WORKBENCH_PVT dependencies on INV_PP_DEBUG

Line 11: l_debug_mode BOOLEAN := inv_pp_debug.is_debug_mode;

7:
8: -- Notes :
9: -- List of Pl/SQL Tables,Functions and Procedures
10:
11: l_debug_mode BOOLEAN := inv_pp_debug.is_debug_mode;
12:
13: Function get_return_type_name(p_org_id number ,p_rule_type_code in number, p_return_type_code in varchar2, p_return_type_id in number) return varchar2;
14: Function get_customer_name(p_customer_id in number) return varchar2;
15: Function get_organization_code(p_organization_id in number) return varchar2;