DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on FND_API

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

1066: end if;
1067:
1068: -- 4500760
1069: if l_clf.proration_flag = 'Y' then
1070: l_clf.proration_flag := FND_API.G_TRUE;
1071: else
1072: l_clf.proration_flag := FND_API.G_FALSE;
1073: end if;
1074: -- 4500760

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

1068: -- 4500760
1069: if l_clf.proration_flag = 'Y' then
1070: l_clf.proration_flag := FND_API.G_TRUE;
1071: else
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

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

1079: ,p_start_date => l_start_date
1080: ,p_end_date => l_end_date
1081: ,p_target_currency_code => l_clf.comp_lvl_uom
1082: ,p_proration_flag => l_clf.proration_flag
1083: ,p_init_msg_list => FND_API.G_TRUE -- 'TRUE'
1084: ,x_return_status => l_ret_status
1085: ,x_msg_count => l_msg_count
1086: ,x_msg_data => l_msg_data
1087: ,x_comp_earned => l_comp_earned