DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on BEN_ACTN_TYP

Line 528: from ben_actn_typ

524: where lookup_type = 'BEN_EXT_DT'
525: and lookup_code = p_val;
526:
527: cursor ct is select name
528: from ben_actn_typ
529: where actn_typ_id = p_val ;
530:
531:
532: cursor cu is select meaning

Line 1292: from ben_actn_typ

1288: where lookup_type = 'BEN_EXT_DT'
1289: and meaning = p_meaning;
1290:
1291: cursor ct is select actn_typ_id
1292: from ben_actn_typ
1293: where name = p_meaning ;
1294:
1295:
1296: