DBA Data[Home] [Help]

APPS.PON_LOCALE_PKG dependencies on PON_LOCALE_PKG

Line 1: PACKAGE BODY PON_LOCALE_PKG as

1: PACKAGE BODY PON_LOCALE_PKG as
2: /*$Header: PONLOCB.pls 120.5.12020000.2 2013/02/09 10:07:36 hvutukur ship $ */
3:
4: /**
5: * This procedure takes a first name and last name of a person.

Line 317: module =>'PON_LOCALE_PKG',

313:
314: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
315: fnd_log.string(
316: log_level => fnd_log.level_statement,
317: module =>'PON_LOCALE_PKG',
318: message =>'Entered the function with parameters -- ' ||
319: ' p_first_name : ' || p_first_name ||
320: ' p_last_name : ' || p_last_name ||
321: ' p_middle_name : ' || p_middle_name ||

Line 343: module =>'PON_LOCALE_PKG',

339:
340: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
341: fnd_log.string(
342: log_level => fnd_log.level_statement,
343: module =>'PON_LOCALE_PKG',
344: message =>'v_status : ' || v_status || '; v_status : ' || v_status || ' ;Returning the value v_display_name : '||v_display_name);
345: end if;
346: RETURN v_display_name;
347: END party_display_name;

Line 370: module =>'PON_LOCALE_PKG',

366:
367: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
368: fnd_log.string(
369: log_level => fnd_log.level_statement,
370: module =>'PON_LOCALE_PKG',
371: message =>'Entered the function with parameters -- ' ||
372: ' p_first_name : ' || p_first_name ||
373: ' p_last_name : ' || p_last_name ||
374: ' p_middle_name : ' || p_middle_name ||

Line 396: module =>'PON_LOCALE_PKG',

392:
393: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
394: fnd_log.string(
395: log_level => fnd_log.level_statement,
396: module =>'PON_LOCALE_PKG',
397: message =>'v_status : ' || v_status || '; v_status : ' || v_status || ' ;Returning the value v_display_name : '||v_display_name);
398: end if;
399: RETURN v_display_name;
400: END party_display_name;

Line 402: END PON_LOCALE_PKG;

398: end if;
399: RETURN v_display_name;
400: END party_display_name;
401:
402: END PON_LOCALE_PKG;