DBA Data[Home] [Help]

APPS.PAY_IN_ELEMENT_TEMPLATE_PKG dependencies on PAY_ELE_TMPLT_OBJ

Line 1173: -- IN : p_template_obj PAY_ELE_TMPLT_OBJ --

1169: -- Type : PROCEDURE --
1170: -- Access : Public --
1171: -- Description : Procedure to initialize the elements for ETW --
1172: -- Parameters : --
1173: -- IN : p_template_obj PAY_ELE_TMPLT_OBJ --
1174: -- OUT : p_template_obj PAY_ELE_TMPLT_OBJ --
1175: -- RETURN : N/A --
1176: --------------------------------------------------------------------------
1177: FUNCTION element_template_pre_process

Line 1174: -- OUT : p_template_obj PAY_ELE_TMPLT_OBJ --

1170: -- Access : Public --
1171: -- Description : Procedure to initialize the elements for ETW --
1172: -- Parameters : --
1173: -- IN : p_template_obj PAY_ELE_TMPLT_OBJ --
1174: -- OUT : p_template_obj PAY_ELE_TMPLT_OBJ --
1175: -- RETURN : N/A --
1176: --------------------------------------------------------------------------
1177: FUNCTION element_template_pre_process
1178: (p_template_obj IN PAY_ELE_TMPLT_OBJ)

Line 1178: (p_template_obj IN PAY_ELE_TMPLT_OBJ)

1174: -- OUT : p_template_obj PAY_ELE_TMPLT_OBJ --
1175: -- RETURN : N/A --
1176: --------------------------------------------------------------------------
1177: FUNCTION element_template_pre_process
1178: (p_template_obj IN PAY_ELE_TMPLT_OBJ)
1179: RETURN PAY_ELE_TMPLT_OBJ
1180: IS
1181: l_procedure VARCHAR2(100):= g_package||'element_template_pre_process';
1182: l_message VARCHAR2(1000);

Line 1179: RETURN PAY_ELE_TMPLT_OBJ

1175: -- RETURN : N/A --
1176: --------------------------------------------------------------------------
1177: FUNCTION element_template_pre_process
1178: (p_template_obj IN PAY_ELE_TMPLT_OBJ)
1179: RETURN PAY_ELE_TMPLT_OBJ
1180: IS
1181: l_procedure VARCHAR2(100):= g_package||'element_template_pre_process';
1182: l_message VARCHAR2(1000);
1183:

Line 1184: l_template_obj PAY_ELE_TMPLT_OBJ;

1180: IS
1181: l_procedure VARCHAR2(100):= g_package||'element_template_pre_process';
1182: l_message VARCHAR2(1000);
1183:
1184: l_template_obj PAY_ELE_TMPLT_OBJ;
1185:
1186: BEGIN
1187:
1188: g_debug := hr_utility.debug_enabled;