DBA Data[Home] [Help]

APPS.BEN_LSF_SHD dependencies on BEN_UTILITY

Line 47: ben_utility.child_exists_error(p_table_name => 'BEN_LOS_RT_F');

43: fnd_message.set_token('PROCEDURE', l_proc);
44: fnd_message.set_token('STEP','10');
45: fnd_message.raise_error;
46: ElsIf (p_constraint_name = 'BEN_LOSE_RT_FK1') Then
47: ben_utility.child_exists_error(p_table_name => 'BEN_LOS_RT_F');
48: ElsIf (p_constraint_name = 'BEN_CMB_AGE_LGH_OF_SVC_FCT_FK2') Then
49: ben_utility.child_exists_error(p_table_name => 'BEN_CMBN_AGE_LGTH_OF_SVC_FCTR');
50: ElsIf (p_constraint_name = 'BEN_ELIG_LOS_PRTE_FK1') Then
51: ben_utility.child_exists_error(p_table_name => 'BEN_ELIG_LOS_PRTE_F');

Line 49: ben_utility.child_exists_error(p_table_name => 'BEN_CMBN_AGE_LGTH_OF_SVC_FCTR');

45: fnd_message.raise_error;
46: ElsIf (p_constraint_name = 'BEN_LOSE_RT_FK1') Then
47: ben_utility.child_exists_error(p_table_name => 'BEN_LOS_RT_F');
48: ElsIf (p_constraint_name = 'BEN_CMB_AGE_LGH_OF_SVC_FCT_FK2') Then
49: ben_utility.child_exists_error(p_table_name => 'BEN_CMBN_AGE_LGTH_OF_SVC_FCTR');
50: ElsIf (p_constraint_name = 'BEN_ELIG_LOS_PRTE_FK1') Then
51: ben_utility.child_exists_error(p_table_name => 'BEN_ELIG_LOS_PRTE_F');
52: ElsIf (p_constraint_name = 'BEN_VSTG_LOS_RQMT_FK1') Then
53: ben_utility.child_exists_error(p_table_name => 'BEN_VSTG_LOS_RQMT');

Line 51: ben_utility.child_exists_error(p_table_name => 'BEN_ELIG_LOS_PRTE_F');

47: ben_utility.child_exists_error(p_table_name => 'BEN_LOS_RT_F');
48: ElsIf (p_constraint_name = 'BEN_CMB_AGE_LGH_OF_SVC_FCT_FK2') Then
49: ben_utility.child_exists_error(p_table_name => 'BEN_CMBN_AGE_LGTH_OF_SVC_FCTR');
50: ElsIf (p_constraint_name = 'BEN_ELIG_LOS_PRTE_FK1') Then
51: ben_utility.child_exists_error(p_table_name => 'BEN_ELIG_LOS_PRTE_F');
52: ElsIf (p_constraint_name = 'BEN_VSTG_LOS_RQMT_FK1') Then
53: ben_utility.child_exists_error(p_table_name => 'BEN_VSTG_LOS_RQMT');
54: Else
55: fnd_message.set_name('PAY', 'HR_7877_API_INVALID_CONSTRAINT');

Line 53: ben_utility.child_exists_error(p_table_name => 'BEN_VSTG_LOS_RQMT');

49: ben_utility.child_exists_error(p_table_name => 'BEN_CMBN_AGE_LGTH_OF_SVC_FCTR');
50: ElsIf (p_constraint_name = 'BEN_ELIG_LOS_PRTE_FK1') Then
51: ben_utility.child_exists_error(p_table_name => 'BEN_ELIG_LOS_PRTE_F');
52: ElsIf (p_constraint_name = 'BEN_VSTG_LOS_RQMT_FK1') Then
53: ben_utility.child_exists_error(p_table_name => 'BEN_VSTG_LOS_RQMT');
54: Else
55: fnd_message.set_name('PAY', 'HR_7877_API_INVALID_CONSTRAINT');
56: fnd_message.set_token('PROCEDURE', l_proc);
57: fnd_message.set_token('CONSTRAINT_NAME', p_constraint_name);