DBA Data[Home] [Help]

APPS.PAY_IN_RULES dependencies on PAY_ELE_TMPLT_OBJ

Line 375: (p_template_obj IN PAY_ELE_TMPLT_OBJ)

371:
372:
373:
374: FUNCTION element_template_pre_process
375: (p_template_obj IN PAY_ELE_TMPLT_OBJ)
376: RETURN PAY_ELE_TMPLT_OBJ
377: IS
378: l_procedure VARCHAR(100);
379: l_message VARCHAR2(250);

Line 376: RETURN PAY_ELE_TMPLT_OBJ

372:
373:
374: FUNCTION element_template_pre_process
375: (p_template_obj IN PAY_ELE_TMPLT_OBJ)
376: RETURN PAY_ELE_TMPLT_OBJ
377: IS
378: l_procedure VARCHAR(100);
379: l_message VARCHAR2(250);
380: l_template_obj PAY_ELE_TMPLT_OBJ;

Line 380: l_template_obj PAY_ELE_TMPLT_OBJ;

376: RETURN PAY_ELE_TMPLT_OBJ
377: IS
378: l_procedure VARCHAR(100);
379: l_message VARCHAR2(250);
380: l_template_obj PAY_ELE_TMPLT_OBJ;
381:
382: BEGIN
383: l_procedure := g_package||'element_template_pre_process';
384: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);