DBA Data[Home] [Help]

APPS.PSB_EXCEL_PVT dependencies on FND_FILE

Line 3173: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,

3169: WHEN FND_API.G_EXC_ERROR THEN
3170: --
3171: ROLLBACK TO Move_To_Inter_CP_Pvt ;
3172: --
3173: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,
3174: p_print_header => FND_API.G_TRUE ) ;
3175: retcode := 2 ;
3176: --
3177: Log_Messages(p_source_process => 'MOVE_TO_INTERFACE');

Line 3184: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,

3180: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3181: --
3182: ROLLBACK TO Move_To_Inter_CP_Pvt ;
3183: --
3184: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,
3185: p_print_header => FND_API.G_TRUE ) ;
3186: retcode := 2 ;
3187: --
3188: Log_Messages(p_source_process => 'MOVE_TO_INTERFACE');

Line 3201: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,

3197: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME ,
3198: l_api_name ) ;
3199: END IF ;
3200: --
3201: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,
3202: p_print_header => FND_API.G_TRUE ) ;
3203: retcode := 2 ;
3204: --
3205: Log_Messages(p_source_process => 'MOVE_TO_INTERFACE');

Line 3282: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,

3278: WHEN FND_API.G_EXC_ERROR THEN
3279: --
3280: ROLLBACK TO Move_To_PSB_CP_Pvt ;
3281: --
3282: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,
3283: p_print_header => FND_API.G_TRUE ) ;
3284: retcode := 2 ;
3285: --
3286: Log_Messages(p_source_process => 'MOVE_TO_PSB');

Line 3293: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,

3289: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3290: --
3291: ROLLBACK TO Move_To_PSB_CP_Pvt ;
3292: --
3293: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,
3294: p_print_header => FND_API.G_TRUE ) ;
3295: retcode := 2 ;
3296: --
3297: Log_Messages(p_source_process => 'MOVE_TO_PSB');

Line 3310: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,

3306: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME ,
3307: l_api_name ) ;
3308: END IF ;
3309: --
3310: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,
3311: p_print_header => FND_API.G_TRUE ) ;
3312: retcode := 2 ;
3313: --
3314: Log_Messages(p_source_process => 'MOVE_TO_PSB');

Line 3477: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,

3473: WHEN FND_API.G_EXC_ERROR THEN
3474: --
3475: ROLLBACK TO Del_Worksheet_CP_Pvt ;
3476: --
3477: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,
3478: p_print_header => FND_API.G_TRUE ) ;
3479: retcode := 2 ;
3480: --
3481: Log_Messages(p_source_process => 'DELETE_WORKSHEET');

Line 3488: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,

3484: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3485: --
3486: ROLLBACK TO Del_Worksheet_CP_Pvt ;
3487: --
3488: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,
3489: p_print_header => FND_API.G_TRUE ) ;
3490: retcode := 2 ;
3491: --
3492: Log_Messages(p_source_process => 'DELETE_WORKSHEET');

Line 3505: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,

3501: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME ,
3502: l_api_name ) ;
3503: END IF ;
3504: --
3505: PSB_MESSAGE_S.Print_Error ( p_mode => FND_FILE.LOG ,
3506: p_print_header => FND_API.G_TRUE ) ;
3507: retcode := 2 ;
3508: --
3509: Log_Messages(p_source_process => 'DELETE_WORKSHEET');