DBA Data[Home] [Help]

APPS.AR_UPGRADE_CASH_ACCRUAL dependencies on FND_CLIENT_INFO

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

2576: Init_Curr_Details(p_sob_id => l_app_rec.set_of_books_id,
2577: p_org_id => l_app_rec.org_id,
2578: x_accounting_method => l_accounting_method);
2579:
2580: fnd_client_info.set_currency_context(g_ae_sys_rec.set_of_books_id);
2581:
2582: l_gt_id := l_gt_id + 1;
2583:
2584: -- proration

Line 2593: fnd_client_info.set_currency_context(NULL);

2589: p_inv_cm => 'I',
2590: p_cash_mfar => 'CASH');
2591:
2592: arp_standard.debug( 'setting the currency context back to null');
2593: fnd_client_info.set_currency_context(NULL);
2594:
2595: END LOOP;
2596: CLOSE c_app;
2597:

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

2603: -- EXIT WHEN c_app%NOTFOUND;
2604: -- Init_Curr_Details(p_sob_id => l_app_rec.set_of_books_id,
2605: -- p_org_id => l_app_rec.org_id,
2606: -- x_accounting_method => l_accounting_method);
2607: -- fnd_client_info.set_currency_context(g_ae_sys_rec.set_of_books_id);
2608: -- l_gt_id := l_gt_id + 1;
2609: -- proration
2610: -- arp_det_dist_pkg.prepare_for_ra
2611: -- ( p_gt_id => l_gt_id,

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

2613: -- p_ae_sys_rec => g_ae_sys_rec,
2614: -- p_inv_cm => 'C',
2615: -- p_cash_mfar => 'CASH');
2616: -- arp_standard.debug( 'setting the currency context back to null');
2617: -- fnd_client_info.set_currency_context(NULL);
2618: -- END LOOP;
2619: -- CLOSE c_cm_from_app;
2620:
2621: -- Stamping the CASH applications

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

2747: Init_Curr_Details(p_sob_id => l_app_rec.set_of_books_id,
2748: p_org_id => l_app_rec.org_id,
2749: x_accounting_method => l_accounting_method);
2750:
2751: fnd_client_info.set_currency_context(g_ae_sys_rec.set_of_books_id);
2752:
2753: l_gt_id := l_gt_id + 1;
2754:
2755: -- proration

Line 2764: fnd_client_info.set_currency_context(NULL);

2760: p_inv_cm => 'I',
2761: p_cash_mfar => 'MFAR');
2762:
2763: arp_standard.debug( 'setting the currency context back to null');
2764: fnd_client_info.set_currency_context(NULL);
2765:
2766: END LOOP;
2767: CLOSE c_app;
2768:

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

2776: Init_Curr_Details(p_sob_id => l_app_rec.set_of_books_id,
2777: p_org_id => l_app_rec.org_id,
2778: x_accounting_method => l_accounting_method);
2779:
2780: fnd_client_info.set_currency_context(g_ae_sys_rec.set_of_books_id);
2781:
2782: l_gt_id := l_gt_id + 1;
2783:
2784: -- proration

Line 2794: fnd_client_info.set_currency_context(NULL);

2790: p_cash_mfar => 'MFAR');
2791:
2792:
2793: arp_standard.debug( 'setting the currency context back to null');
2794: fnd_client_info.set_currency_context(NULL);
2795:
2796: END LOOP;
2797: CLOSE c_cm_from_app;
2798: