DBA Data[Home] [Help]

APPS.BEN_CLA_SHD dependencies on BEN_UTILITY

Line 57: ben_utility.child_exists_error(p_table_name => 'BEN_CMBN_AGE_LOS_RT_F');

53: fnd_message.set_token('PROCEDURE', l_proc);
54: fnd_message.set_token('STEP','20');
55: fnd_message.raise_error;
56: ElsIf (p_constraint_name = 'BEN_CMBN_AGE_LOS_RT_F_FK2') Then
57: ben_utility.child_exists_error(p_table_name => 'BEN_CMBN_AGE_LOS_RT_F');
58: ElsIf (p_constraint_name = 'BEN_ELIG_CMBN_AGE_LOS_PRTE_FK2') Then
59: ben_utility.child_exists_error(p_table_name => 'BEN_ELIG_CMBN_AGE_LOS_PRTE_F');
60: Else
61: fnd_message.set_name('PAY', 'HR_7877_API_INVALID_CONSTRAINT');

Line 59: ben_utility.child_exists_error(p_table_name => 'BEN_ELIG_CMBN_AGE_LOS_PRTE_F');

55: fnd_message.raise_error;
56: ElsIf (p_constraint_name = 'BEN_CMBN_AGE_LOS_RT_F_FK2') Then
57: ben_utility.child_exists_error(p_table_name => 'BEN_CMBN_AGE_LOS_RT_F');
58: ElsIf (p_constraint_name = 'BEN_ELIG_CMBN_AGE_LOS_PRTE_FK2') Then
59: ben_utility.child_exists_error(p_table_name => 'BEN_ELIG_CMBN_AGE_LOS_PRTE_F');
60: Else
61: fnd_message.set_name('PAY', 'HR_7877_API_INVALID_CONSTRAINT');
62: fnd_message.set_token('PROCEDURE', l_proc);
63: fnd_message.set_token('CONSTRAINT_NAME', p_constraint_name);