DBA Data[Home] [Help]

APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on PA_CI_TYPES_B

Line 506: FUNCTION validate_fp_ci_type_delete (p_ci_type_id IN pa_ci_types_b.ci_type_id%TYPE)

502: * deleting any CI type from the system, to check if the ci type is being used
503: * in any financial plan type context to define implementation/inclusion statuses
504: * for financial impact implementation
505: */
506: FUNCTION validate_fp_ci_type_delete (p_ci_type_id IN pa_ci_types_b.ci_type_id%TYPE)
507: RETURN VARCHAR2;
508:
509: end Pa_Fp_Control_Items_Utils;