DBA Data[Home] [Help]

APPS.BEN_PFF_BUS dependencies on BEN_PCT_FL_TM_FCTR

Line 56: ben_pff_shd.constraint_error('BEN_PCT_FL_TM_FCTR_PK');

52: <> ben_pff_shd.g_old_rec.pct_fl_tm_fctr_id) then
53: --
54: -- raise error as PK has changed
55: --
56: ben_pff_shd.constraint_error('BEN_PCT_FL_TM_FCTR_PK');
57: --
58: elsif not l_api_updating then
59: --
60: -- check if PK is null

Line 66: ben_pff_shd.constraint_error('BEN_PCT_FL_TM_FCTR_PK');

62: if p_pct_fl_tm_fctr_id is not null then
63: --
64: -- raise error as PK is not null
65: --
66: ben_pff_shd.constraint_error('BEN_PCT_FL_TM_FCTR_PK');
67: --
68: end if;
69: --
70: end if;

Line 659: from ben_pct_fl_tm_fctr pff

655: l_dummy varchar2(1);
656: --
657: cursor c1 is
658: select null
659: from ben_pct_fl_tm_fctr pff
660: where pff.business_group_id = p_business_group_id and
661: pff.name = p_name;
662: Begin
663: --

Line 714: -- BEN_PCT_FL_TM_FCTR table.

710: --
711: -- Description
712: -- This procedure is used to check that Percent Full Time child records do
713: -- not exist when the user deletes the record in the
714: -- BEN_PCT_FL_TM_FCTR table.
715: --
716: -- Pre Conditions
717: -- None.
718: --

Line 949: ben_pct_fl_tm_fctr b

945: --
946: cursor csr_leg_code is
947: select a.legislation_code
948: from per_business_groups a,
949: ben_pct_fl_tm_fctr b
950: where b.pct_fl_tm_fctr_id = p_pct_fl_tm_fctr_id
951: and a.business_group_id = b.business_group_id;
952: --
953: -- Declare local variables