DBA Data[Home] [Help]

APPS.PQH_SS_PRINT dependencies on PQH_REFRESH_DATA

Line 1027: l_atoms_tab PQH_REFRESH_DATA.atoms_tabtype;

1023: PROCEDURE replace_where_clause_params(p_where_clause_in IN PQH_TABLE_ROUTE.where_clause%TYPE,
1024: p_where_clause_out OUT NOCOPY PQH_TABLE_ROUTE.where_clause%TYPE)
1025: IS
1026: l_proc varchar2(72) := g_package||'replace_where_clause_params';
1027: l_atoms_tab PQH_REFRESH_DATA.atoms_tabtype;
1028: -- to hold the where_clause atoms
1029: l_no_atoms number;
1030: l_key_column pqh_attributes.column_name%TYPE;
1031: l_key_val VARCHAR2(8000);

Line 1036: PQH_REFRESH_DATA.parse_string(

1032: l_where_out pqh_table_route.where_clause%TYPE;
1033: l_atom_length number;
1034: BEGIN
1035: hr_utility.set_location('Entering:'||l_proc, 5);
1036: PQH_REFRESH_DATA.parse_string(
1037: p_string_in => p_where_clause_in,
1038: p_atomics_list_out => l_atoms_tab,
1039: p_num_atomics_out => l_no_atoms
1040: );