DBA Data[Home] [Help]

APPS.PQH_ATT_SHD dependencies on PQH_TABLE_ROUTE

Line 370: from pqh_table_route

366: and nvl(master_table_route_id,-999) = nvl(p_table_id, -999);
367: --
368: cursor csr_table_id (p_table_alias IN VARCHAR2) is
369: select table_route_id
370: from pqh_table_route
371: where table_alias = p_table_alias;
372: --
373: l_last_upd_in_db pqh_attributes.last_update_date%TYPE;
374: l_dummy pqh_attributes.last_update_date%TYPE;

Line 521: p_ref_entity=>'PQH_TABLE_ROUTE',

517: -- Code Starts Here.
518: --
519: per_ric_pkg.Chk_integrity (
520: p_entity_name=>'PQH_ATTRIBUTES',
521: p_ref_entity=>'PQH_TABLE_ROUTE',
522: p_ref_column_name=>'TABLE_ROUTE_ID', -- changed for bug 12639523
523: p_ref_col_value_number=>l_master_table_route_id,
524: p_ref_col_value_varchar=>NULL,
525: p_ref_col_value_date=>NULL,