DBA Data[Home] [Help]

APPS.WMS_ATF_REG_CUST_APIS dependencies on INV_LOG_UTIL

Line 140: INV_LOG_UTIL.trace(p_message, 'WMS_ATF_REG_CUST_APIS', p_level);

136: p_message in varchar2
137: , p_level in number
138: ) is
139: begin
140: INV_LOG_UTIL.trace(p_message, 'WMS_ATF_REG_CUST_APIS', p_level);
141: end trace;
142:
143: -- -------------------------------------------------------------------------------------------
144: -- |------------------------< populate_paramater_table >--------------------------------------|