DBA Data[Home] [Help]

APPS.HR_OBJECTIVES_API dependencies on PER_PRT_BUS

Line 856: l_objpr per_prt_bus.r_objpr_rec;

852: --
853: -- Declare cursors and local variables
854: --
855:
856: l_objpr per_prt_bus.r_objpr_rec;
857: --bug 7339854
858: CURSOR csr_objpr
859: ( p_objective_id per_objectives.objective_id%TYPE
860: )

Line 911: per_prt_bus.Get_PR_Data

907: -- delete it so that obj delete succeeds
908: -- allow this rollback to undo the delete if necessary
909: --
910: /*l_objpr :=
911: per_prt_bus.Get_PR_Data
912: ( p_objective_id => p_objective_ID
913: );
914: IF l_objpr.performance_rating_id IS NOT NULL THEN*/
915: