DBA Data[Home] [Help]

APPS.HXC_LAYOUTS_UPLOAD_PKG dependencies on HXC_ULD_UPD

Line 418: HXC_ULD_UPD.UPD

414: IF (p_custom_mode = 'FORCE') THEN
415: --
416: -- Call the row handler to update the row
417: --
418: HXC_ULD_UPD.UPD
419: (P_COMPONENT_CLASS=>P_COMPONENT_CLASS
420: ,P_COMPONENT_TYPE => P_COMPONENT_TYPE
421: ,P_LAYOUT_COMP_DEFINITION_ID => l_layout_comp_definition_id
422: ,p_RENDER_TYPE => p_render_type

Line 442: HXC_ULD_UPD.UPD

438: ELSE
439: --
440: -- Call the row handler to update the row
441: --
442: HXC_ULD_UPD.UPD
443: (P_COMPONENT_CLASS=>P_COMPONENT_CLASS
444: ,P_COMPONENT_TYPE => P_COMPONENT_TYPE
445: ,P_LAYOUT_COMP_DEFINITION_ID => l_layout_comp_definition_id
446: ,p_RENDER_TYPE => p_render_type

Line 1346: hxc_uld_upd.upd(

1342: THEN
1343: --
1344: -- Call the row handler to update the row
1345: --
1346: hxc_uld_upd.upd(
1347: p_component_class=> p_component_class,
1348: p_component_type=> p_component_type,
1349: p_layout_comp_definition_id=> l_layout_comp_definition_id,
1350: p_render_type=> p_render_type,

Line 1373: hxc_uld_upd.upd(

1369: ELSE
1370: --
1371: -- Call the row handler to update the row
1372: --
1373: hxc_uld_upd.upd(
1374: p_component_class=> p_component_class,
1375: p_component_type=> p_component_type,
1376: p_layout_comp_definition_id=> l_layout_comp_definition_id,
1377: p_render_type=> p_render_type,