DBA Data[Home] [Help]

APPS.PAY_IE_SOE dependencies on PAY_SOE_UTIL

Line 201: return Elements1(p_assignment_action_id,pay_soe_util.getConfig('ELEMENTS2'));

197: return l_sql;
198: end Elements1;
199: function Elements4(p_assignment_action_id number) return long is
200: begin
201: return Elements1(p_assignment_action_id,pay_soe_util.getConfig('ELEMENTS2'));
202: end Elements4;
203: --
204: function set_cutoff_prompt(p_assignment_action_id NUMBER) return Varchar2 is
205: l_cutoff_prompt varchar2(50);