DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_PKG1 dependencies on PA_MULTI_CURRENCY

Line 730: pa_multi_currency.init;

726:
727: IF p_calling_module NOT IN ('CBC','CHECK_BASELINE','RESERVE_BASELINE') Then
728:
729: -- initialize the accounting currency code,
730: pa_multi_currency.init;
731:
732: --Get the accounting currency into a global variable.
733: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;
734:

Line 733: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;

729: -- initialize the accounting currency code,
730: pa_multi_currency.init;
731:
732: --Get the accounting currency into a global variable.
733: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;
734:
735: --loop through each project, task, document line and expenditure type and update the cwk attributes
736: FOR cwk IN cur_cwkRecs LOOP
737:

Line 3098: pa_multi_currency.init;

3094: --Initialize the funds control util package global variables
3095: PA_FUNDS_CONTROL_UTILS.init_util_variables;
3096:
3097: -- initialize the accounting currency code,
3098: pa_multi_currency.init;
3099:
3100: --Get the accounting currency into a global variable.
3101: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;
3102:

Line 3101: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;

3097: -- initialize the accounting currency code,
3098: pa_multi_currency.init;
3099:
3100: --Get the accounting currency into a global variable.
3101: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;
3102:
3103: -------->6599207 ------As part of CC Enhancements
3104: -- The following call is to create bcpackets for GL budget.
3105:

Line 6359: pa_multi_currency.init;

6355: --Initialize the return status to success
6356: x_return_status := 'S';
6357:
6358: -- initialize the accounting currency code,
6359: pa_multi_currency.init;
6360:
6361: --Get the accounting currency into a global variable.
6362: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;
6363:

Line 6362: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;

6358: -- initialize the accounting currency code,
6359: pa_multi_currency.init;
6360:
6361: --Get the accounting currency into a global variable.
6362: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;
6363:
6364: pa_funds_control_pkg.log_message(p_msg_token1 => 'Inside Populate burden api');
6365:
6366: -- Initialize global variables

Line 8857: (p_msg_token1 => 'calling pa_multi_currency api to initialize the currency ');

8853: (p_msg_token1 => 'Number of rows copied to plsql tabs :'||g_tab_rowid.count);
8854: If g_tab_rowid.EXISTS(1) then
8855:
8856: pa_funds_control_pkg.log_message
8857: (p_msg_token1 => 'calling pa_multi_currency api to initialize the currency ');
8858:
8859: -- initialize the accounting currency code,
8860: pa_multi_currency.init;
8861:

Line 8860: pa_multi_currency.init;

8856: pa_funds_control_pkg.log_message
8857: (p_msg_token1 => 'calling pa_multi_currency api to initialize the currency ');
8858:
8859: -- initialize the accounting currency code,
8860: pa_multi_currency.init;
8861:
8862: --Get the accounting currency into a global variable.
8863: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;
8864:

Line 8863: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;

8859: -- initialize the accounting currency code,
8860: pa_multi_currency.init;
8861:
8862: --Get the accounting currency into a global variable.
8863: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;
8864:
8865: --insert these records into pa bc packets
8866: pa_funds_control_pkg.log_message
8867: (p_msg_token1 => 'calling create pkt lines api');

Line 8881: (p_msg_token1 => 'calling pa_multi_currency api to initialize the currency ');

8877: ELSIF p_calling_module = 'CBC' and p_reference2 is NOT NULL then
8878:
8879:
8880: pa_funds_control_pkg.log_message
8881: (p_msg_token1 => 'calling pa_multi_currency api to initialize the currency ');
8882:
8883: -- initialize the accounting currency code,
8884: pa_multi_currency.init;
8885:

Line 8884: pa_multi_currency.init;

8880: pa_funds_control_pkg.log_message
8881: (p_msg_token1 => 'calling pa_multi_currency api to initialize the currency ');
8882:
8883: -- initialize the accounting currency code,
8884: pa_multi_currency.init;
8885:
8886: --Get the accounting currency into a global variable.
8887: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;
8888:

Line 8887: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;

8883: -- initialize the accounting currency code,
8884: pa_multi_currency.init;
8885:
8886: --Get the accounting currency into a global variable.
8887: g_acct_currency_code := pa_multi_currency.g_accounting_currency_code;
8888:
8889: --insert these records into pa bc packets
8890: pa_funds_control_pkg.log_message
8891: (p_msg_token1 => 'calling create pkt lines api');