DBA Data[Home] [Help]

APPS.BEN_DM_GEN_SELF_REF dependencies on HR_DM_LIBRARY

Line 436: hr_dm_library.get_package_version ( p_package_name => 'BEN_DM_GEN_SELF_REF',

432: ben_dm_data_util.get_generator_version(p_generator_version => l_generator_version,
433: p_format_output => 'Y');
434:
435: -- Get the package version of this TDS package body.
436: hr_dm_library.get_package_version ( p_package_name => 'BEN_DM_GEN_SELF_REF',
437: p_package_version => l_package_version,
438: p_version_type => 'FULL');
439:
440:

Line 529: hr_dm_library.run_sql( l_header );

525: --
526: -- Compile the header and body.
527: --
528:
529: hr_dm_library.run_sql( l_header );
530:
531: g_package_index := g_package_index+1;
532: g_package_body(g_package_index ) := indent(2) || 'End main ;' || indent || 'end ' ||
533: l_package_name || ';';

Line 535: hr_dm_library.run_sql( g_package_body,

531: g_package_index := g_package_index+1;
532: g_package_body(g_package_index ) := indent(2) || 'End main ;' || indent || 'end ' ||
533: l_package_name || ';';
534:
535: hr_dm_library.run_sql( g_package_body,
536: g_package_index);
537:
538: -- check the status of the package
539: begin

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

536: g_package_index);
537:
538: -- check the status of the package
539: begin
540: hr_dm_library.check_compile (p_object_name => l_package_name,
541: p_object_type => 'PACKAGE BODY' );
542: exception
543: when others then
544: ben_dm_utility.error(SQLCODE,'Error in compiling '|| l_proc ,'(none)','R');