DBA Data[Home] [Help]

APPS.BEN_SEED_REGULATIONS dependencies on BEN_STARTUP_REGN

Line 51: from ben_startup_regn s_reg

47: name,
48: sttry_citn_name,
49: p_business_group_id,
50: 1
51: from ben_startup_regn s_reg
52: where not exists (select 1
53: from ben_regn_f reg
54: where s_reg.sttry_citn_name = reg.sttry_citn_name
55: and reg.business_group_id = p_business_group_id

Line 87: ,ben_startup_regn_tl tl

83: b.last_update_login,
84: b.created_by,
85: b.creation_date
86: from ben_regn_f b
87: ,ben_startup_regn_tl tl
88: where b.business_group_id = p_business_group_id
89: and b.sttry_citn_name = tl.sttry_citn_name
90: and not exists
91: (select 'Y'