DBA Data[Home] [Help]

APPS.PA_CAP_INT_PVT dependencies on FND_PROFILE

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

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

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

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

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

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

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

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

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

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

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

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