DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on CN_GET_COMM_PMT_PAID_GRP

Line 958: cn_get_comm_pmt_paid_grp.get_comm_and_paid_pmt

954: l_clf.proration_flag := FND_API.G_FALSE;
955: end if;
956: -- 4500760
957:
958: cn_get_comm_pmt_paid_grp.get_comm_and_paid_pmt
959: (p_api_version => 1
960: ,p_person_id => p_person_id
961: ,p_start_date => l_start_date
962: ,p_end_date => l_end_date

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

984: -- or setup not found cases then this error can be un commented again.
985: --
986: /*
987: fnd_message.set_name('BEN','BEN_93934_CWB_EMP_SAVE_API_ERR');
988: fnd_message.set_token('NAME','CN_GET_COMM_PMT_PAID_GRP');
989: fnd_message.set_token('MESSAGE',substr(l_msg_data,1,100));
990: fnd_message.raise_error;
991: */
992: benutils.write(p_text=> substr(l_msg_data,1,100));