DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_ELPRO_MODULE dependencies on BEN_ELIG_AGE_PRTE_F

Line 1289: -- START OF BEN_ELIG_AGE_PRTE_F ----------------------

1285: ---------------------------------------------------------------
1286: -- END OF BEN_ELIGY_PRFL_RL_F ----------------------
1287: ---------------------------------------------------------------
1288: ---------------------------------------------------------------
1289: -- START OF BEN_ELIG_AGE_PRTE_F ----------------------
1290: ---------------------------------------------------------------
1291: cursor c_eap_from_parent(c_ELIGY_PRFL_ID number) is
1292: select distinct elig_age_prte_id
1293: from BEN_ELIG_AGE_PRTE_F

Line 1293: from BEN_ELIG_AGE_PRTE_F

1289: -- START OF BEN_ELIG_AGE_PRTE_F ----------------------
1290: ---------------------------------------------------------------
1291: cursor c_eap_from_parent(c_ELIGY_PRFL_ID number) is
1292: select distinct elig_age_prte_id
1293: from BEN_ELIG_AGE_PRTE_F
1294: where ELIGY_PRFL_ID = c_ELIGY_PRFL_ID ;
1295: --
1296: cursor c_eap(c_elig_age_prte_id number,c_mirror_src_entity_result_id number ,
1297: c_table_alias varchar2 ) is

Line 1299: from BEN_ELIG_AGE_PRTE_F eap

1295: --
1296: cursor c_eap(c_elig_age_prte_id number,c_mirror_src_entity_result_id number ,
1297: c_table_alias varchar2 ) is
1298: select eap.*
1299: from BEN_ELIG_AGE_PRTE_F eap
1300: where eap.elig_age_prte_id = c_elig_age_prte_id
1301: -- and eap.business_group_id = p_business_group_id
1302: and not exists (
1303: select /* */ null

Line 1310: -- and trt.where_clause = 'BEN_ELIG_AGE_PRTE_F'

1306: where copy_entity_txn_id = p_copy_entity_txn_id
1307: -- and trt.table_route_id = cpe.table_route_id
1308: and ( -- c_mirror_src_entity_result_id is null or
1309: mirror_src_entity_result_id = c_mirror_src_entity_result_id )
1310: -- and trt.where_clause = 'BEN_ELIG_AGE_PRTE_F'
1311: and cpe.table_alias = c_table_alias
1312: and information1 = c_elig_age_prte_id
1313: -- and information4 = eap.business_group_id
1314: and information2 = eap.effective_start_date

Line 1328: -- and trt.where_clause = 'BEN_ELIG_AGE_PRTE_F'

1324: -- pqh_table_route trt
1325: where copy_entity_txn_id = p_copy_entity_txn_id
1326: -- and trt.table_route_id = cpe.table_route_id
1327: and mirror_src_entity_result_id = c_mirror_src_entity_result_id
1328: -- and trt.where_clause = 'BEN_ELIG_AGE_PRTE_F'
1329: and cpe.table_alias = c_table_alias
1330: and information1 = c_elig_age_prte_id
1331: -- and information4 = p_business_group_id
1332: ;

Line 1334: -- END OF BEN_ELIG_AGE_PRTE_F ----------------------

1330: and information1 = c_elig_age_prte_id
1331: -- and information4 = p_business_group_id
1332: ;
1333: ---------------------------------------------------------------
1334: -- END OF BEN_ELIG_AGE_PRTE_F ----------------------
1335: ---------------------------------------------------------------
1336: ---------------------------------------------------------------
1337: -- START OF BEN_ELIG_ASNT_SET_PRTE_F ----------------------
1338: ---------------------------------------------------------------

Line 4383: -- START OF BEN_ELIG_AGE_PRTE_F ----------------------

4379: ---------------------------------------------------------------
4380: -- END OF BEN_ELIGY_PRFL_RL_F ----------------------
4381: ---------------------------------------------------------------
4382: ---------------------------------------------------------------
4383: -- START OF BEN_ELIG_AGE_PRTE_F ----------------------
4384: ---------------------------------------------------------------
4385: --
4386: for l_parent_rec in c_eap_from_parent(l_ELIGY_PRFL_ID) loop
4387: --

Line 4504: -- END OF BEN_ELIG_AGE_PRTE_F ----------------------

4500: );
4501: end loop;
4502: end loop;
4503: ---------------------------------------------------------------
4504: -- END OF BEN_ELIG_AGE_PRTE_F ----------------------
4505: ---------------------------------------------------------------
4506: ---------------------------------------------------------------
4507: -- START OF BEN_ELIG_ASNT_SET_PRTE_F ----------------------
4508: ---------------------------------------------------------------