DBA Data[Home] [Help]

APPS.AR_LATE_CHARGE_PKG dependencies on FND_GLOBAL

Line 3043: log(' for responsibility :'||fnd_global.resp_id);

3039: log(' for org_id:'||l_org_id);
3040: log(' for currecny code :'||l_currency_code);
3041: log(' for interest_batch_id :'||l_interest_batch_id);
3042: log(' for batch_source_id :'||l_batch_source_id);
3043: log(' for responsibility :'||fnd_global.resp_id);
3044: log(' for user :'||fnd_global.user_id);
3045: log(' for application :'||fnd_global.resp_appl_id);
3046:
3047: --set org context

Line 3044: log(' for user :'||fnd_global.user_id);

3040: log(' for currecny code :'||l_currency_code);
3041: log(' for interest_batch_id :'||l_interest_batch_id);
3042: log(' for batch_source_id :'||l_batch_source_id);
3043: log(' for responsibility :'||fnd_global.resp_id);
3044: log(' for user :'||fnd_global.user_id);
3045: log(' for application :'||fnd_global.resp_appl_id);
3046:
3047: --set org context
3048: mo_global.init('AR');

Line 3045: log(' for application :'||fnd_global.resp_appl_id);

3041: log(' for interest_batch_id :'||l_interest_batch_id);
3042: log(' for batch_source_id :'||l_batch_source_id);
3043: log(' for responsibility :'||fnd_global.resp_id);
3044: log(' for user :'||fnd_global.user_id);
3045: log(' for application :'||fnd_global.resp_appl_id);
3046:
3047: --set org context
3048: mo_global.init('AR');
3049: mo_global.set_policy_context('S',l_org_id);

Line 3050: fnd_global.APPS_INITIALIZE(

3046:
3047: --set org context
3048: mo_global.init('AR');
3049: mo_global.set_policy_context('S',l_org_id);
3050: fnd_global.APPS_INITIALIZE(
3051: user_id => fnd_global.user_id,
3052: resp_id => fnd_global.resp_id,
3053: resp_appl_id => fnd_global.resp_appl_id);
3054:

Line 3051: user_id => fnd_global.user_id,

3047: --set org context
3048: mo_global.init('AR');
3049: mo_global.set_policy_context('S',l_org_id);
3050: fnd_global.APPS_INITIALIZE(
3051: user_id => fnd_global.user_id,
3052: resp_id => fnd_global.resp_id,
3053: resp_appl_id => fnd_global.resp_appl_id);
3054:
3055: g_func_curr := l_currency_code;

Line 3052: resp_id => fnd_global.resp_id,

3048: mo_global.init('AR');
3049: mo_global.set_policy_context('S',l_org_id);
3050: fnd_global.APPS_INITIALIZE(
3051: user_id => fnd_global.user_id,
3052: resp_id => fnd_global.resp_id,
3053: resp_appl_id => fnd_global.resp_appl_id);
3054:
3055: g_func_curr := l_currency_code;
3056: g_interest_batch_id := l_interest_batch_id;

Line 3053: resp_appl_id => fnd_global.resp_appl_id);

3049: mo_global.set_policy_context('S',l_org_id);
3050: fnd_global.APPS_INITIALIZE(
3051: user_id => fnd_global.user_id,
3052: resp_id => fnd_global.resp_id,
3053: resp_appl_id => fnd_global.resp_appl_id);
3054:
3055: g_func_curr := l_currency_code;
3056: g_interest_batch_id := l_interest_batch_id;
3057: g_org_id := l_org_id;