DBA Data[Home] [Help]

APPS.PA_CAP_INT_PVT dependencies on PA_CAP_INT_PVT

Line 1: PACKAGE BODY PA_CAP_INT_PVT AS

1: PACKAGE BODY PA_CAP_INT_PVT AS
2: -- $Header: PACINTTB.pls 120.1.12010000.2 2008/08/22 16:08:17 mumohan ship $
3:
4:
5: /*

Line 1557: pa_debug.init_err_stack ('PA_CAP_INT_PVT.GENERATE_CAP_INTEREST');

1553: x_error_msg_code := NULL;
1554: l_init_run_id := x_run_id; -- store passed in value for when others.
1555:
1556: -- Initialize the error stack
1557: pa_debug.init_err_stack ('PA_CAP_INT_PVT.GENERATE_CAP_INTEREST');
1558:
1559: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);
1560: g_debug_mode := NVL(g_debug_mode, 'N');
1561:

Line 2989: pa_debug.init_err_stack ('PA_CAP_INT_PVT.GENERATE_CAP_INTEREST');

2985: x_error_msg_code := NULL;
2986:
2987:
2988: -- Initialize the error stack
2989: pa_debug.init_err_stack ('PA_CAP_INT_PVT.GENERATE_CAP_INTEREST');
2990:
2991: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);
2992: g_debug_mode := NVL(g_debug_mode, 'N');
2993:

Line 3092: END PA_CAP_INT_PVT;

3088: RAISE;
3089: END;
3090:
3091:
3092: END PA_CAP_INT_PVT;