DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ACTUAL_PREMIUM dependencies on BEN_ACTL_PREM_F

Line 52: (actl_prem_id ben_actl_prem_f.actl_prem_id%type

48: -- same object. After this change, the previously used global value
49: -- g_computed_prem_val will become redundant.
50: --
51: type g_computed_prem_rec is record
52: (actl_prem_id ben_actl_prem_f.actl_prem_id%type
53: ,val ben_enrt_prem.val%type);
54:
55: type g_computed_prem_tab is table of g_computed_prem_rec
56: index by binary_integer;