DBA Data[Home] [Help]

APPS.PA_CAP_INT_PVT dependencies on FND_PROFILE

Line 1559: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);

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:
1562: pa_debug.set_process
1563: (x_process => 'PLSQL'

Line 1581: g_created_by := NVL(TO_NUMBER(fnd_profile.value('USER_ID')),-1);

1577: End If;
1578:
1579:
1580: -- Initialize process variable
1581: g_created_by := NVL(TO_NUMBER(fnd_profile.value('USER_ID')),-1);
1582: g_last_update_login := NVL(TO_NUMBER(fnd_profile.value('LOGIN_ID')), -1);
1583: g_last_updated_by := g_created_by;
1584: g_request_id := fnd_global.conc_request_id;
1585:

Line 1582: g_last_update_login := NVL(TO_NUMBER(fnd_profile.value('LOGIN_ID')), -1);

1578:
1579:
1580: -- Initialize process variable
1581: g_created_by := NVL(TO_NUMBER(fnd_profile.value('USER_ID')),-1);
1582: g_last_update_login := NVL(TO_NUMBER(fnd_profile.value('LOGIN_ID')), -1);
1583: g_last_updated_by := g_created_by;
1584: g_request_id := fnd_global.conc_request_id;
1585:
1586:

Line 2991: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);

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:
2994: pa_debug.set_process
2995: (x_process => 'PLSQL'

Line 3006: g_created_by := NVL(TO_NUMBER(fnd_profile.value('USER_ID')),-1);

3002:
3003:
3004: -- Initialize variables
3005: ln_tot_rows_deleted := 0;
3006: g_created_by := NVL(TO_NUMBER(fnd_profile.value('USER_ID')),-1);
3007: g_last_update_login := NVL(TO_NUMBER(fnd_profile.value('LOGIN_ID')), -1);
3008: g_last_updated_by := g_created_by;
3009: g_request_id := fnd_global.conc_request_id;
3010:

Line 3007: g_last_update_login := NVL(TO_NUMBER(fnd_profile.value('LOGIN_ID')), -1);

3003:
3004: -- Initialize variables
3005: ln_tot_rows_deleted := 0;
3006: g_created_by := NVL(TO_NUMBER(fnd_profile.value('USER_ID')),-1);
3007: g_last_update_login := NVL(TO_NUMBER(fnd_profile.value('LOGIN_ID')), -1);
3008: g_last_updated_by := g_created_by;
3009: g_request_id := fnd_global.conc_request_id;
3010:
3011: