DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on FND_API

Line 952: l_clf.proration_flag := FND_API.G_TRUE;

948: end if;
949:
950: -- 4500760
951: if l_clf.proration_flag = 'Y' then
952: l_clf.proration_flag := FND_API.G_TRUE;
953: else
954: l_clf.proration_flag := FND_API.G_FALSE;
955: end if;
956: -- 4500760

Line 954: l_clf.proration_flag := FND_API.G_FALSE;

950: -- 4500760
951: if l_clf.proration_flag = 'Y' then
952: l_clf.proration_flag := FND_API.G_TRUE;
953: else
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

Line 965: ,p_init_msg_list => FND_API.G_TRUE -- 'TRUE'

961: ,p_start_date => l_start_date
962: ,p_end_date => l_end_date
963: ,p_target_currency_code => l_clf.comp_lvl_uom
964: ,p_proration_flag => l_clf.proration_flag
965: ,p_init_msg_list => FND_API.G_TRUE -- 'TRUE'
966: ,x_return_status => l_ret_status
967: ,x_msg_count => l_msg_count
968: ,x_msg_data => l_msg_data
969: ,x_comp_earned => l_comp_earned