DBA Data[Home] [Help]

APPS.PQH_TCA_BUS dependencies on PQH_TABLE_ROUTE

Line 111: from pqh_table_route a

107: l_dummy varchar2(1);
108: --
109: cursor c1 is
110: select null
111: from pqh_table_route a
112: where a.table_route_id = p_transaction_table_route_id;
113: --
114: Begin
115: --

Line 128: -- check if transaction_table_route_id value exists in pqh_table_route table

124: <> nvl(pqh_tca_shd.g_old_rec.transaction_table_route_id,hr_api.g_number)
125: or not l_api_updating) and
126: p_transaction_table_route_id is not null then
127: --
128: -- check if transaction_table_route_id value exists in pqh_table_route table
129: --
130: open c1;
131: --
132: fetch c1 into l_dummy;

Line 137: -- raise error as FK does not relate to PK in pqh_table_route

133: if c1%notfound then
134: --
135: close c1;
136: --
137: -- raise error as FK does not relate to PK in pqh_table_route
138: -- table.
139: --
140: pqh_tca_shd.constraint_error('PQH_TXN_CAT_ATTRIBUTES_FK4');
141: --

Line 213: -- raise error as FK does not relate to PK in pqh_table_route

209: if c1%notfound then
210: --
211: close c1;
212: --
213: -- raise error as FK does not relate to PK in pqh_table_route
214: -- table.
215: --
216: pqh_tca_shd.constraint_error('PQH_TXN_CAT_ATTRIBUTES_FK5');
217: --