DBA Data[Home] [Help]

APPS.AR_UPGRADE_CASH_ACCRUAL dependencies on FND_CLIENT_INFO

Line 2799: fnd_client_info.set_currency_context(g_ae_sys_rec.set_of_books_id);

2795: Init_Curr_Details(p_sob_id => l_app_rec.set_of_books_id,
2796: p_org_id => l_app_rec.org_id,
2797: x_accounting_method => l_accounting_method);
2798:
2799: fnd_client_info.set_currency_context(g_ae_sys_rec.set_of_books_id);
2800:
2801: l_gt_id := l_gt_id + 1;
2802:
2803: -- proration

Line 2812: fnd_client_info.set_currency_context(NULL);

2808: p_inv_cm => 'I',
2809: p_cash_mfar => 'CASH');
2810:
2811: arp_standard.debug( 'setting the currency context back to null');
2812: fnd_client_info.set_currency_context(NULL);
2813:
2814: END LOOP;
2815: CLOSE c_app;
2816:

Line 2826: -- fnd_client_info.set_currency_context(g_ae_sys_rec.set_of_books_id);

2822: -- EXIT WHEN c_app%NOTFOUND;
2823: -- Init_Curr_Details(p_sob_id => l_app_rec.set_of_books_id,
2824: -- p_org_id => l_app_rec.org_id,
2825: -- x_accounting_method => l_accounting_method);
2826: -- fnd_client_info.set_currency_context(g_ae_sys_rec.set_of_books_id);
2827: -- l_gt_id := l_gt_id + 1;
2828: -- proration
2829: -- arp_det_dist_pkg.prepare_for_ra
2830: -- ( p_gt_id => l_gt_id,

Line 2836: -- fnd_client_info.set_currency_context(NULL);

2832: -- p_ae_sys_rec => g_ae_sys_rec,
2833: -- p_inv_cm => 'C',
2834: -- p_cash_mfar => 'CASH');
2835: -- arp_standard.debug( 'setting the currency context back to null');
2836: -- fnd_client_info.set_currency_context(NULL);
2837: -- END LOOP;
2838: -- CLOSE c_cm_from_app;
2839:
2840: -- Stamping the CASH applications

Line 2970: fnd_client_info.set_currency_context(g_ae_sys_rec.set_of_books_id);

2966: Init_Curr_Details(p_sob_id => l_app_rec.set_of_books_id,
2967: p_org_id => l_app_rec.org_id,
2968: x_accounting_method => l_accounting_method);
2969:
2970: fnd_client_info.set_currency_context(g_ae_sys_rec.set_of_books_id);
2971:
2972: l_gt_id := l_gt_id + 1;
2973:
2974: -- proration

Line 2983: fnd_client_info.set_currency_context(NULL);

2979: p_inv_cm => 'I',
2980: p_cash_mfar => 'MFAR');
2981:
2982: arp_standard.debug( 'setting the currency context back to null');
2983: fnd_client_info.set_currency_context(NULL);
2984:
2985: END LOOP;
2986: CLOSE c_app;
2987:

Line 2999: fnd_client_info.set_currency_context(g_ae_sys_rec.set_of_books_id);

2995: Init_Curr_Details(p_sob_id => l_app_rec.set_of_books_id,
2996: p_org_id => l_app_rec.org_id,
2997: x_accounting_method => l_accounting_method);
2998:
2999: fnd_client_info.set_currency_context(g_ae_sys_rec.set_of_books_id);
3000:
3001: l_gt_id := l_gt_id + 1;
3002:
3003: -- proration

Line 3013: fnd_client_info.set_currency_context(NULL);

3009: p_cash_mfar => 'MFAR');
3010:
3011:
3012: arp_standard.debug( 'setting the currency context back to null');
3013: fnd_client_info.set_currency_context(NULL);
3014:
3015: END LOOP;
3016: CLOSE c_cm_from_app;
3017: