DBA Data[Home] [Help]

APPS.OZF_FUND_UTILIZED_PVT dependencies on OZF_CLAIM_TYPES_ALL_B

Line 171: FROM ozf_claim_types_all_b

167:
168: --- Cursor to get the adjustment_type from adjustmentId
169: CURSOR c_adj_type (p_adj_type_id IN NUMBER) IS
170: SELECT adjustment_type
171: FROM ozf_claim_types_all_b
172: WHERE claim_type_id = p_adj_type_id;
173:
174: /* 10/20/2003 yzhao Fix TEVA bug - customer fully accrual budget committed amount is always 0 when third party accrual happens
175: update ozf_act_budgets REQUEST between fully accrual budget and its offer when accrual happens

Line 2760: 'ozf_claim_types_all_b'

2756:
2757: ----------------------- adjustment_id ------------------------
2758: IF p_utilization_rec.adjustment_type_id <> fnd_api.g_miss_num THEN
2759: IF ozf_utility_pvt.check_fk_exists (
2760: 'ozf_claim_types_all_b'
2761: , -- Parent schema object having the primary key
2762: 'claim_type_id'
2763: , -- Column name in the parent object that maps to the fk value
2764: p_utilization_rec.adjustment_type_id -- Value of fk to be validated against the parent object's pk column