DBA Data[Home] [Help]

APPS.HR_DM_GEN_TDS dependencies on HR_DM_IMP_BG_WHERE

Line 741: hr_dm_imp_bg_where.main (p_table_info => p_table_info,

737: -- if it is a table hierarchy then call the implicit business group where
738: -- clause package to prepare the where clause, otherwise, create the where
739: -- clause.
740: if p_table_info.table_hierarchy = 'Y' and p_table_info.global_data = 'N' then
741: hr_dm_imp_bg_where.main (p_table_info => p_table_info,
742: p_cursor_type => p_cursor_type,
743: p_query_type => 'MAIN_QUERY',
744: p_where_clause => p_where_clause);
745: else

Line 1021: hr_dm_imp_bg_where.main (p_table_info => p_table_info,

1017: -- if it is a table hierarchy then call the implicit business group where
1018: -- clause package to prepare the where clause, otherwise, create the where
1019: -- clause.
1020: if p_table_info.table_hierarchy = 'Y' then
1021: hr_dm_imp_bg_where.main (p_table_info => p_table_info,
1022: p_cursor_type => p_cursor_type,
1023: p_query_type => 'SUB_QUERY',
1024: p_where_clause => p_where_clause);
1025: else