DBA Data[Home] [Help]

APPS.PAY_SEED_UTL dependencies on PAY_SEED_UTL

Line 1: package body pay_seed_utl AS

1: package body pay_seed_utl AS
2: /* $Header: pyseedutl.pkb 120.1.12020000.2 2012/11/16 10:28:24 asnell ship $ */
3: -- PLOG logging message cover for hr_utility --
4: procedure PLOG ( p_message IN varchar2 ) is
5: -- output a message to the process log file

Line 88: g_proc_name := 'PAY_SEED_UTL';

84: g_proc_name VARCHAR2(50);
85:
86: begin
87:
88: g_proc_name := 'PAY_SEED_UTL';
89:
90: l_creator_id := null;
91:
92: If p_creator_type = 'E' then --{

Line 316: g_proc_name := 'PAY_SEED_UTL';

312: g_proc_name VARCHAR2(50);
313:
314: begin
315:
316: g_proc_name := 'PAY_SEED_UTL';
317:
318: l_parameter_value := null;
319:
320: OPEN c_parm_type(p_parameter_name);

Line 860: END PAY_SEED_UTL;

856: END IF;
857:
858: END UNCOMPILE_FORMULAS;
859:
860: END PAY_SEED_UTL;