DBA Data[Home] [Help]

APPS.AP_WEB_CUST_DFLEX_PKG dependencies on STANDARD

Line 603: -- If left blank, standard error message will be used.

599: --
600: -- PARAMETERS:
601: --
602: -- p_cs_error - Set this variable with your custom error message.
603: -- If left blank, standard error message will be used.
604: -- p_CostCenterValue - The cost center entered by the user
605: -- p_CostCenterValid - TRUE if cost center is valid, otherwise FALSE;
606: --
607: ----------------------------------------------------------------------------

Line 804: -- RETURN TRUE to continue the standard process.

800: -- p_approver_id is the current approver for whom the new wf process is to be started
801: -- p_continue_flag, this is useful only when the return value is FALSE. When the return value is FALSE
802: -- set this to TRUE for the application to raise an error for self approval
803: -- set this to FALSE if you wish to handle further processing.
804: -- RETURN TRUE to continue the standard process.
805: -- RETURN FALSE for the application to raise an error. See p_continue_flag above for more information.
806:
807: -- CASE I - Allow self approval for a particular employee
808: -- IF(l_employee_id = 123) THEN