DBA Data[Home] [Help]

APPS.OZF_AR_SETTLEMENT_PVT dependencies on OZF_UTILITY_PVT

Line 528: l_next_status_meaning := OZF_UTILITY_PVT.get_lookup_meaning (

524: END IF;
525:
526: IF l_rec_role_name IS NULL THEN
527: l_next_status := 'OPEN';
528: l_next_status_meaning := OZF_UTILITY_PVT.get_lookup_meaning (
529: p_lookup_type => 'OZF_CLAIM_STATUS',
530: p_lookup_code => 'OPEN'
531: );
532:

Line 2440: OZF_Utility_PVT.debug_message('Start == Item Type:'||l_itemtype||'-- Item key:'||l_itemkey);

2436: avalue =>
2437: );
2438: */
2439:
2440: OZF_Utility_PVT.debug_message('Start == Item Type:'||l_itemtype||'-- Item key:'||l_itemkey);
2441: BEGIN
2442: UPDATE ozf_claims_all
2443: SET cstl_wf_item_key = l_itemkey
2444: WHERE claim_id = p_claim_id;