DBA Data[Home] [Help]

APPS.BEN_DM_GEN_UPLOAD dependencies on HR_DM_LIBRARY

Line 785: hr_dm_library.get_package_version ( p_package_name => 'BEN_DM_GEN_UPLOAD',

781: ben_dm_data_util.get_generator_version(p_generator_version => l_generator_version,
782: p_format_output => 'Y');
783:
784: -- Get the package version of this TDS package body.
785: hr_dm_library.get_package_version ( p_package_name => 'BEN_DM_GEN_UPLOAD',
786: p_package_version => l_package_version,
787: p_version_type => 'FULL');
788:
789:

Line 881: hr_dm_library.run_sql( l_header );

877: --
878:
879: hr_utility.set_location( 'calling run_sql for header ' , 99 ) ;
880:
881: hr_dm_library.run_sql( l_header );
882:
883: g_package_index := g_package_index+1;
884:
885: g_package_body(g_package_index ) := indent(2) || 'Exception ' || indent(4) ||

Line 893: hr_dm_library.run_sql( g_package_body,

889: 'End upload ;' || indent || 'end ' ||
890: l_package_name || ';';
891:
892: hr_utility.set_location( 'calling run_sql for body ' , 99 ) ;
893: hr_dm_library.run_sql( g_package_body,
894: g_package_index);
895:
896: -- check the status of the package
897: begin

Line 898: hr_dm_library.check_compile (p_object_name => l_package_name,

894: g_package_index);
895:
896: -- check the status of the package
897: begin
898: hr_dm_library.check_compile (p_object_name => l_package_name,
899: p_object_type => 'PACKAGE BODY' );
900: exception
901: when others then
902: