DBA Data[Home] [Help]

APPS.OZF_AR_PAYMENT_PVT dependencies on AMS_UTILITY_PVT

Line 1649: AMS_Utility_PVT.debug_message(l_full_name||': start');

1645: AND rec.secondary_application_ref_id = cv_root_claim_id;
1646:
1647: BEGIN
1648: -------------------- initialize -----------------------
1649: AMS_Utility_PVT.debug_message(l_full_name||': start');
1650:
1651: x_return_status := FND_API.g_ret_sts_success;
1652:
1653: --//Bug 5345095

Line 1985: AMS_Utility_PVT.debug_message(l_full_name||': end');

1981: RAISE FND_API.g_exc_unexpected_error;
1982: END;
1983: END IF;
1984:
1985: AMS_Utility_PVT.debug_message(l_full_name||': end');
1986:
1987: EXCEPTION
1988: WHEN FND_API.g_exc_error THEN
1989: x_return_status := FND_API.g_ret_sts_error;