DBA Data[Home] [Help]

APPS.HRI_OPL_DATA_SETUP_DGNSTC dependencies on HRI_BPL_SETUP_DIAGNOSTIC

Line 142: IF HRI_BPL_SETUP_DIAGNOSTIC.is_token_exist(p_message,'PRODUCT_NAME') THEN

138: BEGIN
139:
140: fnd_message.set_name('HRI', p_message);
141: --
142: IF HRI_BPL_SETUP_DIAGNOSTIC.is_token_exist(p_message,'PRODUCT_NAME') THEN
143: --
144: fnd_message.set_token('PRODUCT_NAME'
145: ,HRI_BPL_SETUP_DIAGNOSTIC.get_product_name(p_object_name => g_object_name));
146: --

Line 145: ,HRI_BPL_SETUP_DIAGNOSTIC.get_product_name(p_object_name => g_object_name));

141: --
142: IF HRI_BPL_SETUP_DIAGNOSTIC.is_token_exist(p_message,'PRODUCT_NAME') THEN
143: --
144: fnd_message.set_token('PRODUCT_NAME'
145: ,HRI_BPL_SETUP_DIAGNOSTIC.get_product_name(p_object_name => g_object_name));
146: --
147: END IF;
148: --
149: RETURN fnd_message.get;

Line 609: HRI_BPL_SETUP_DIAGNOSTIC.pplt_obj_farea_tab; -- Procedure call to populate the Global table.

605: -- Populate the global table to carry the flags for the
606: -- Present objects in Diagnostics Subscription table.
607: --
608:
609: HRI_BPL_SETUP_DIAGNOSTIC.pplt_obj_farea_tab; -- Procedure call to populate the Global table.
610:
611: -- Get the section code from the parameters
612: IF (p_section IS NULL OR
613: p_section = 'NA_EDW') THEN