DBA Data[Home] [Help]

APPS.FEM_PURPOSES_UL dependencies on FEM_PURPOSES_PKG

Line 6: FEM_PURPOSES_PKG.UPDATE_ROW(

2: instead of update on FEM_PURPOSES_VL
3: referencing new as FEM_PURPOSES_B
4: for each row
5: begin
6: FEM_PURPOSES_PKG.UPDATE_ROW(
7: X_PURPOSE_ID => :FEM_PURPOSES_B.PURPOSE_ID,
8: X_PURPOSE_DISPLAY_CODE => :FEM_PURPOSES_B.PURPOSE_DISPLAY_CODE,
9: X_ENABLED_FLAG => :FEM_PURPOSES_B.ENABLED_FLAG,
10: X_PERSONAL_FLAG => :FEM_PURPOSES_B.PERSONAL_FLAG,