DBA Data[Home] [Help]

APPS.PAY_IN_ELEMENT_TEMPLATE_PKG dependencies on PAY_ELE_TMPLT_OBJ

Line 55: -- IN : p_template_obj PAY_ELE_TMPLT_OBJ --

51: -- Type : FUNCTION --
52: -- Access : Public --
53: -- Description : Procedure to initialize the elements for ETW --
54: -- Parameters : --
55: -- IN : p_template_obj PAY_ELE_TMPLT_OBJ --
56: -- OUT : p_template_obj PAY_ELE_TMPLT_OBJ --
57: -- RETURN : N/A --
58: --------------------------------------------------------------------------
59: FUNCTION element_template_pre_process

Line 56: -- OUT : p_template_obj PAY_ELE_TMPLT_OBJ --

52: -- Access : Public --
53: -- Description : Procedure to initialize the elements for ETW --
54: -- Parameters : --
55: -- IN : p_template_obj PAY_ELE_TMPLT_OBJ --
56: -- OUT : p_template_obj PAY_ELE_TMPLT_OBJ --
57: -- RETURN : N/A --
58: --------------------------------------------------------------------------
59: FUNCTION element_template_pre_process
60: (p_template_obj IN PAY_ELE_TMPLT_OBJ)

Line 60: (p_template_obj IN PAY_ELE_TMPLT_OBJ)

56: -- OUT : p_template_obj PAY_ELE_TMPLT_OBJ --
57: -- RETURN : N/A --
58: --------------------------------------------------------------------------
59: FUNCTION element_template_pre_process
60: (p_template_obj IN PAY_ELE_TMPLT_OBJ)
61: RETURN PAY_ELE_TMPLT_OBJ;
62:
63: --------------------------------------------------------------------------
64: -- Name : ELEMENT_TEMPLATE_UPD_USER_STRU --

Line 61: RETURN PAY_ELE_TMPLT_OBJ;

57: -- RETURN : N/A --
58: --------------------------------------------------------------------------
59: FUNCTION element_template_pre_process
60: (p_template_obj IN PAY_ELE_TMPLT_OBJ)
61: RETURN PAY_ELE_TMPLT_OBJ;
62:
63: --------------------------------------------------------------------------
64: -- Name : ELEMENT_TEMPLATE_UPD_USER_STRU --
65: -- Type : PROCEDURE --