DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION dependencies on OZF_CLAIM_GRP

Line 7230: | OZF_Claim_GRP.Create_Deduction - Group API to create a claim from AR |

7226: | |
7227: | SCOPE - PRIVATE |
7228: | |
7229: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED - |
7230: | OZF_Claim_GRP.Create_Deduction - Group API to create a claim from AR |
7231: | |
7232: | ARGUMENTS : IN: |
7233: | OUT: |
7234: | |

Line 7296: l_claim_rec OZF_Claim_GRP.Deduction_Rec_Type;

7292: , x_claim_reason_name OUT NOCOPY VARCHAR2
7293: , p_legal_entity_id IN NUMBER)
7294: IS
7295:
7296: l_claim_rec OZF_Claim_GRP.Deduction_Rec_Type;
7297: l_return_status VARCHAR2(1);
7298: l_claim_reason_code_id NUMBER;
7299:
7300: BEGIN

Line 7389: OZF_Claim_GRP.Create_Deduction

7385: arp_standard.debug('p_reason_id = '||p_reason_id);
7386: arp_standard.debug('p_customer_reason = '||p_customer_reason);
7387: END IF;
7388:
7389: OZF_Claim_GRP.Create_Deduction
7390: (p_api_version_number => 1.0
7391: ,p_init_msg_list => FND_API.G_TRUE
7392: ,p_commit => FND_API.G_FALSE
7393: ,x_return_status => l_return_status

Line 7444: | OZF_Claim_GRP.Update_Deduction - Group API to update a claim from AR |

7440: | |
7441: | SCOPE - PUBLIC |
7442: | |
7443: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED - |
7444: | OZF_Claim_GRP.Update_Deduction - Group API to update a claim from AR |
7445: | |
7446: | ARGUMENTS : IN: |
7447: | OUT: |
7448: | |

Line 7482: l_claim_rec OZF_Claim_GRP.Deduction_Rec_Type;

7478: , x_msg_count OUT NOCOPY NUMBER
7479: , x_msg_data OUT NOCOPY VARCHAR2)
7480: IS
7481:
7482: l_claim_rec OZF_Claim_GRP.Deduction_Rec_Type;
7483: l_receipt_number ar_cash_receipts.receipt_number%TYPE;
7484: l_return_status VARCHAR2(1);
7485: l_object_version_number NUMBER;
7486: l_claim_number VARCHAR2(30);

Line 7545: OZF_Claim_GRP.Update_Deduction

7541: arp_standard.debug('update_claim: p_customer_trx_id = '||p_customer_trx_id);
7542: arp_standard.debug('update_claim: l_receipt_number = '||l_receipt_number);
7543: END IF;
7544:
7545: OZF_Claim_GRP.Update_Deduction
7546: (p_api_version_number => 1.0
7547: ,p_init_msg_list => FND_API.G_TRUE
7548: ,p_commit => FND_API.G_FALSE
7549: ,x_return_status => l_return_status