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.6 2011/12/13 13:21:35 sukorrap ship $
3:
4:
5: /*

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

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

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

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

Line 3095: END PA_CAP_INT_PVT;

3091: RAISE;
3092: END;
3093:
3094:
3095: END PA_CAP_INT_PVT;