DBA Data[Home] [Help]

APPS.HXC_LAYOUTS_UPLOAD_PKG dependencies on HXC_ULD_INS

Line 431: HXC_ULD_INS.INS

427: IF (l_layout_comp_definition_id IS NULL) THEN
428: --
429: -- Call the row handler to insert the row
430: --
431: HXC_ULD_INS.INS
432: (P_COMPONENT_CLASS=>P_COMPONENT_CLASS
433: ,P_COMPONENT_TYPE => P_COMPONENT_TYPE
434: ,P_LAYOUT_COMP_DEFINITION_ID => l_layout_comp_definition_id
435: ,p_RENDER_TYPE => p_render_type

Line 1362: hxc_uld_ins.ins(

1358: THEN
1359: --
1360: -- Call the row handler to insert the row
1361: --
1362: hxc_uld_ins.ins(
1363: p_component_class=> p_component_class,
1364: p_component_type=> p_component_type,
1365: p_layout_comp_definition_id=> l_layout_comp_definition_id,
1366: p_render_type=> p_render_type,