DBA Data[Home] [Help]

APPS.CLN_SHOWSHIP_PKG dependencies on FND_PROFILE

Line 161: l_debug_level := to_number(nvl(fnd_profile.value('CLN_DEBUG_LEVEL'), '5'));

157: and wl.SOURCE_LOCATION_ID = hps.location_id;
158:
159: BEGIN
160: -- initialize parameters
161: l_debug_level := to_number(nvl(fnd_profile.value('CLN_DEBUG_LEVEL'), '5'));
162: x_progress := '000';
163: transaction_type := 'CLN';
164: transaction_subtype := 'SHOWSHIPO';
165: document_direction := 'OUT';