DBA Data[Home] [Help]

APPS.PAY_IN_RULES dependencies on PAY_ELE_TMPLT_OBJ

Line 397: (p_template_obj IN PAY_ELE_TMPLT_OBJ)

393:
394:
395:
396: FUNCTION element_template_pre_process
397: (p_template_obj IN PAY_ELE_TMPLT_OBJ)
398: RETURN PAY_ELE_TMPLT_OBJ
399: IS
400: l_procedure VARCHAR(100);
401: l_message VARCHAR2(250);

Line 398: RETURN PAY_ELE_TMPLT_OBJ

394:
395:
396: FUNCTION element_template_pre_process
397: (p_template_obj IN PAY_ELE_TMPLT_OBJ)
398: RETURN PAY_ELE_TMPLT_OBJ
399: IS
400: l_procedure VARCHAR(100);
401: l_message VARCHAR2(250);
402: l_template_obj PAY_ELE_TMPLT_OBJ;

Line 402: l_template_obj PAY_ELE_TMPLT_OBJ;

398: RETURN PAY_ELE_TMPLT_OBJ
399: IS
400: l_procedure VARCHAR(100);
401: l_message VARCHAR2(250);
402: l_template_obj PAY_ELE_TMPLT_OBJ;
403:
404: BEGIN
405: l_procedure := g_package||'element_template_pre_process';
406: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);