DBA Data[Home] [Help]

APPS.PQH_RST_BUS dependencies on PER_BUSINESS_GROUPS

Line 291: from per_business_groups a

287: l_dummy varchar2(1);
288: --
289: cursor c1 is
290: select null
291: from per_business_groups a
292: where a.organization_id = p_business_group_id;
293: --
294: Begin
295: --

Line 1321: from per_business_groups a,

1317: -- Declare cursor
1318: --
1319: cursor csr_leg_code is
1320: select a.legislation_code
1321: from per_business_groups a,
1322: pqh_rule_sets b
1323: where b.rule_set_id = p_rule_set_id
1324: and a.business_group_id = b.business_group_id;
1325: --