DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on BEN_ACTN_TYP

Line 581: from ben_actn_typ

577: where lookup_type = 'BEN_EXT_DT'
578: and lookup_code = p_val;
579:
580: cursor ct is select name
581: from ben_actn_typ
582: where actn_typ_id = p_val ;
583:
584:
585: cursor cu is select meaning

Line 1345: from ben_actn_typ

1341: where lookup_type = 'BEN_EXT_DT'
1342: and meaning = p_meaning;
1343:
1344: cursor ct is select actn_typ_id
1345: from ben_actn_typ
1346: where name = p_meaning ;
1347:
1348:
1349: