DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on CN_GET_COMM_PMT_PAID_GRP

Line 1076: cn_get_comm_pmt_paid_grp.get_comm_and_paid_pmt

1072: l_clf.proration_flag := FND_API.G_FALSE;
1073: end if;
1074: -- 4500760
1075:
1076: cn_get_comm_pmt_paid_grp.get_comm_and_paid_pmt
1077: (p_api_version => 1
1078: ,p_person_id => p_person_id
1079: ,p_start_date => l_start_date
1080: ,p_end_date => l_end_date

Line 1106: fnd_message.set_token('NAME','CN_GET_COMM_PMT_PAID_GRP');

1102: -- or setup not found cases then this error can be un commented again.
1103: --
1104: /*
1105: fnd_message.set_name('BEN','BEN_93934_CWB_EMP_SAVE_API_ERR');
1106: fnd_message.set_token('NAME','CN_GET_COMM_PMT_PAID_GRP');
1107: fnd_message.set_token('MESSAGE',substr(l_msg_data,1,100));
1108: fnd_message.raise_error;
1109: */
1110: benutils.write(p_text=> substr(l_msg_data,1,100));