DBA Data[Home] [Help]

APPS.FEM_PURPOSES_IL dependencies on FEM_PURPOSES_PKG

Line 9: FEM_PURPOSES_PKG.INSERT_ROW(

5: declare
6: row_id rowid;
7: ---
8: begin
9: FEM_PURPOSES_PKG.INSERT_ROW(
10: X_ROWID => ROW_ID,
11: X_PURPOSE_ID => :FEM_PURPOSES_B.PURPOSE_ID,
12: X_PURPOSE_DISPLAY_CODE => :FEM_PURPOSES_B.PURPOSE_DISPLAY_CODE,
13: X_ENABLED_FLAG => :FEM_PURPOSES_B.ENABLED_FLAG,