DBA Data[Home] [Help]

APPS.PQH_GENERIC dependencies on PQH_REFRESH_DATA

Line 888: pqh_refresh_data.replace_where_params(upper(p_where_clause),'N','',l_where);

884: --
885: --
886: -- Replace where clause
887: --
888: pqh_refresh_data.replace_where_params(upper(p_where_clause),'N','',l_where);
889: --
890: -- Suffix parameters if function name is available for pre/copy/post
891: -- start of bug 5052820
892: --

Line 1072: pqh_refresh_data.g_refresh_tab.delete;

1068: --
1069: -- to replace the where params.. a global plsql table is to be populated.
1070: --
1071: hr_utility.set_location('Entering :'||g_package||'populate_table ',25);
1072: pqh_refresh_data.g_refresh_tab.delete;
1073: --
1074: for i in nvl(PQH_GENERIC.g_source_pk_table.first,0)..nvl(PQH_GENERIC.g_source_pk_table.last,-1) loop
1075: --
1076: pqh_refresh_data.g_refresh_tab(i).column_name := upper(PQH_GENERIC.g_source_pk_table(i).column_name);

Line 1076: pqh_refresh_data.g_refresh_tab(i).column_name := upper(PQH_GENERIC.g_source_pk_table(i).column_name);

1072: pqh_refresh_data.g_refresh_tab.delete;
1073: --
1074: for i in nvl(PQH_GENERIC.g_source_pk_table.first,0)..nvl(PQH_GENERIC.g_source_pk_table.last,-1) loop
1075: --
1076: pqh_refresh_data.g_refresh_tab(i).column_name := upper(PQH_GENERIC.g_source_pk_table(i).column_name);
1077: --
1078: l_sr_type := substr(PQH_GENERIC.g_source_pk_table(i).column_type,1,1);
1079: --
1080: if l_sr_type = 'D' or l_sr_type = 'd' then

Line 1101: pqh_refresh_data.g_refresh_tab(i).column_type := l_tg_type;

1097: l_tg_type := 'N';
1098: l_tg_val := PQH_GENERIC.g_source_pk_table(i).value ;
1099: end if; --if l_sr_type =
1100: --
1101: pqh_refresh_data.g_refresh_tab(i).column_type := l_tg_type;
1102: pqh_refresh_data.g_refresh_tab(i).txn_val := l_tg_val;
1103: pqh_refresh_data.g_refresh_tab(i).shadow_val := l_tg_val;
1104: pqh_refresh_data.g_refresh_tab(i).main_val := l_tg_val;
1105: pqh_refresh_data.g_refresh_tab(i).refresh_flag := 'N';

Line 1102: pqh_refresh_data.g_refresh_tab(i).txn_val := l_tg_val;

1098: l_tg_val := PQH_GENERIC.g_source_pk_table(i).value ;
1099: end if; --if l_sr_type =
1100: --
1101: pqh_refresh_data.g_refresh_tab(i).column_type := l_tg_type;
1102: pqh_refresh_data.g_refresh_tab(i).txn_val := l_tg_val;
1103: pqh_refresh_data.g_refresh_tab(i).shadow_val := l_tg_val;
1104: pqh_refresh_data.g_refresh_tab(i).main_val := l_tg_val;
1105: pqh_refresh_data.g_refresh_tab(i).refresh_flag := 'N';
1106: pqh_refresh_data.g_refresh_tab(i).updt_flag := 'N';

Line 1103: pqh_refresh_data.g_refresh_tab(i).shadow_val := l_tg_val;

1099: end if; --if l_sr_type =
1100: --
1101: pqh_refresh_data.g_refresh_tab(i).column_type := l_tg_type;
1102: pqh_refresh_data.g_refresh_tab(i).txn_val := l_tg_val;
1103: pqh_refresh_data.g_refresh_tab(i).shadow_val := l_tg_val;
1104: pqh_refresh_data.g_refresh_tab(i).main_val := l_tg_val;
1105: pqh_refresh_data.g_refresh_tab(i).refresh_flag := 'N';
1106: pqh_refresh_data.g_refresh_tab(i).updt_flag := 'N';
1107: --

Line 1104: pqh_refresh_data.g_refresh_tab(i).main_val := l_tg_val;

1100: --
1101: pqh_refresh_data.g_refresh_tab(i).column_type := l_tg_type;
1102: pqh_refresh_data.g_refresh_tab(i).txn_val := l_tg_val;
1103: pqh_refresh_data.g_refresh_tab(i).shadow_val := l_tg_val;
1104: pqh_refresh_data.g_refresh_tab(i).main_val := l_tg_val;
1105: pqh_refresh_data.g_refresh_tab(i).refresh_flag := 'N';
1106: pqh_refresh_data.g_refresh_tab(i).updt_flag := 'N';
1107: --
1108: end loop ; --for i in PQH_GENERIC.g_source_pk_table.first..PQH_GENERIC.g_source_pk_table.last loop

Line 1105: pqh_refresh_data.g_refresh_tab(i).refresh_flag := 'N';

1101: pqh_refresh_data.g_refresh_tab(i).column_type := l_tg_type;
1102: pqh_refresh_data.g_refresh_tab(i).txn_val := l_tg_val;
1103: pqh_refresh_data.g_refresh_tab(i).shadow_val := l_tg_val;
1104: pqh_refresh_data.g_refresh_tab(i).main_val := l_tg_val;
1105: pqh_refresh_data.g_refresh_tab(i).refresh_flag := 'N';
1106: pqh_refresh_data.g_refresh_tab(i).updt_flag := 'N';
1107: --
1108: end loop ; --for i in PQH_GENERIC.g_source_pk_table.first..PQH_GENERIC.g_source_pk_table.last loop
1109: hr_utility.set_location('Leaving :'||g_package||'populate_table ',25);

Line 1106: pqh_refresh_data.g_refresh_tab(i).updt_flag := 'N';

1102: pqh_refresh_data.g_refresh_tab(i).txn_val := l_tg_val;
1103: pqh_refresh_data.g_refresh_tab(i).shadow_val := l_tg_val;
1104: pqh_refresh_data.g_refresh_tab(i).main_val := l_tg_val;
1105: pqh_refresh_data.g_refresh_tab(i).refresh_flag := 'N';
1106: pqh_refresh_data.g_refresh_tab(i).updt_flag := 'N';
1107: --
1108: end loop ; --for i in PQH_GENERIC.g_source_pk_table.first..PQH_GENERIC.g_source_pk_table.last loop
1109: hr_utility.set_location('Leaving :'||g_package||'populate_table ',25);
1110: end populate_table;