DBA Data[Home] [Help]

APPS.AR_LATE_CHARGE_PKG dependencies on FND_GLOBAL

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

2999: log(' for org_id:'||l_org_id);
3000: log(' for currecny code :'||l_currency_code);
3001: log(' for interest_batch_id :'||l_interest_batch_id);
3002: log(' for batch_source_id :'||l_batch_source_id);
3003: log(' for responsibility :'||fnd_global.resp_id);
3004: log(' for user :'||fnd_global.user_id);
3005: log(' for application :'||fnd_global.resp_appl_id);
3006:
3007: --set org context

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

3000: log(' for currecny code :'||l_currency_code);
3001: log(' for interest_batch_id :'||l_interest_batch_id);
3002: log(' for batch_source_id :'||l_batch_source_id);
3003: log(' for responsibility :'||fnd_global.resp_id);
3004: log(' for user :'||fnd_global.user_id);
3005: log(' for application :'||fnd_global.resp_appl_id);
3006:
3007: --set org context
3008: mo_global.init('AR');

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

3001: log(' for interest_batch_id :'||l_interest_batch_id);
3002: log(' for batch_source_id :'||l_batch_source_id);
3003: log(' for responsibility :'||fnd_global.resp_id);
3004: log(' for user :'||fnd_global.user_id);
3005: log(' for application :'||fnd_global.resp_appl_id);
3006:
3007: --set org context
3008: mo_global.init('AR');
3009: mo_global.set_policy_context('S',l_org_id);

Line 3010: fnd_global.APPS_INITIALIZE(

3006:
3007: --set org context
3008: mo_global.init('AR');
3009: mo_global.set_policy_context('S',l_org_id);
3010: fnd_global.APPS_INITIALIZE(
3011: user_id => fnd_global.user_id,
3012: resp_id => fnd_global.resp_id,
3013: resp_appl_id => fnd_global.resp_appl_id);
3014:

Line 3011: user_id => fnd_global.user_id,

3007: --set org context
3008: mo_global.init('AR');
3009: mo_global.set_policy_context('S',l_org_id);
3010: fnd_global.APPS_INITIALIZE(
3011: user_id => fnd_global.user_id,
3012: resp_id => fnd_global.resp_id,
3013: resp_appl_id => fnd_global.resp_appl_id);
3014:
3015: g_func_curr := l_currency_code;

Line 3012: resp_id => fnd_global.resp_id,

3008: mo_global.init('AR');
3009: mo_global.set_policy_context('S',l_org_id);
3010: fnd_global.APPS_INITIALIZE(
3011: user_id => fnd_global.user_id,
3012: resp_id => fnd_global.resp_id,
3013: resp_appl_id => fnd_global.resp_appl_id);
3014:
3015: g_func_curr := l_currency_code;
3016: g_interest_batch_id := l_interest_batch_id;

Line 3013: resp_appl_id => fnd_global.resp_appl_id);

3009: mo_global.set_policy_context('S',l_org_id);
3010: fnd_global.APPS_INITIALIZE(
3011: user_id => fnd_global.user_id,
3012: resp_id => fnd_global.resp_id,
3013: resp_appl_id => fnd_global.resp_appl_id);
3014:
3015: g_func_curr := l_currency_code;
3016: g_interest_batch_id := l_interest_batch_id;
3017: g_org_id := l_org_id;