DBA Data[Home] [Help]

APPS.XDO_FONT_MAPPING_SETS_IL dependencies on XDO_FONT_MAPPING_SETS_PKG

Line 6: XDO_FONT_MAPPING_SETS_PKG.INSERT_ROW(

2: instead of insert on XDO_FONT_MAPPING_SETS_VL
3: referencing new as NEWROW
4: for each row
5: begin
6: XDO_FONT_MAPPING_SETS_PKG.INSERT_ROW(
7: P_MAPPING_CODE => :NEWROW.MAPPING_CODE,
8: P_MAPPING_NAME => :NEWROW.MAPPING_NAME,
9: P_MAPPING_TYPE => :NEWROW.MAPPING_TYPE,
10: P_CREATION_DATE => :NEWROW.CREATION_DATE,