DBA Data[Home] [Help]

APPS.FPA_INVESTMENT_CRITERIA_PVT dependencies on FPA_STRATEGIC_OBJ_S

Line 107: SELECT fpa_strategic_obj_s.nextval AS l_strobj_id

103:
104: -- A cursor to get the new unique id for the Strategic Objective.
105: CURSOR l_strobj_s_csr
106: IS
107: SELECT fpa_strategic_obj_s.nextval AS l_strobj_id
108: FROM dual;
109:
110: -- A record to hold the new sequence value
111: l_strobj_s_r l_strobj_s_csr%ROWTYPE;