DBA Data[Home] [Help]

APPS.AML_FIND_PARTY_MATCH_PVT dependencies on AML_FIND_PARTY_MATCH_PVT

Line 1: package body aml_find_party_match_pvt as

1: package body aml_find_party_match_pvt as
2: /* $Header: amlvcpmb.pls 115.1 2004/03/04 06:09:51 aanjaria noship $ */
3:
4: -- Start of Comments
5: -- Package name : aml_find_party_match_pvt

Line 5: -- Package name : aml_find_party_match_pvt

1: package body aml_find_party_match_pvt as
2: /* $Header: amlvcpmb.pls 115.1 2004/03/04 06:09:51 aanjaria noship $ */
3:
4: -- Start of Comments
5: -- Package name : aml_find_party_match_pvt
6: -- NOTE : This is a custom program that contains user logic.
7: -- This program should be used as a template and customers
8: -- can modify the code for their filtering/validations.
9: --

Line 55: END aml_find_party_match_pvt;

51: x_return_status := FND_API.G_RET_STS_ERROR;
52: */
53: END main;
54:
55: END aml_find_party_match_pvt;