DBA Data[Home] [Help]

APPS.OZF_CLAIM_TAX_PVT dependencies on OZF_CLAIM_PVT

Line 10: | This API is called from OZF_CLAIM_PVT and inits the Global Tax Structure

6: | PROCEDURE
7: | Validate_Claim_For_Tax
8: |
9: | NOTES
10: | This API is called from OZF_CLAIM_PVT and inits the Global Tax Structure
11: |
12: | HISTORY
13: *=======================================================================*/
14: PROCEDURE Validate_Claim_For_Tax(

Line 23: ,p_claim_rec IN OZF_CLAIM_PVT.claim_rec_type

19: ,x_return_status OUT NOCOPY VARCHAR2
20: ,x_msg_data OUT NOCOPY VARCHAR2
21: ,x_msg_count OUT NOCOPY NUMBER
22:
23: ,p_claim_rec IN OZF_CLAIM_PVT.claim_rec_type
24: ) ;
25:
26:
27: ------------------------------------------------------------------