DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on FND_GLOBAL

Line 6592: X_entered_by_id => FND_GLOBAL.employee_id, -- Bug 2396121

6588: X_inc_by_person => G_person_id,
6589: X_inc_by_org => G_org_id,
6590: X_expend_group => group_name,
6591: -- X_entered_by_id => X_userid,
6592: X_entered_by_id => FND_GLOBAL.employee_id, -- Bug 2396121
6593: X_created_by_id => X_userid,
6594: X_denom_currency_code => p_denom_currency_code,
6595: X_acct_currency_code => p_acct_currency_code,
6596: X_acct_rate_type => l_acct_rate_type,

Line 6619: X_entered_by_id => FND_GLOBAL.employee_id, -- Bug 2396121

6615: X_inc_by_person => G_person_id,
6616: X_inc_by_org => G_org_id,
6617: X_expend_group => group_name,
6618: -- X_entered_by_id => X_userid,
6619: X_entered_by_id => FND_GLOBAL.employee_id, -- Bug 2396121
6620: X_created_by_id => X_userid,
6621: X_orig_exp_txn_reference1 => G_orig_exp_txn_reference1,
6622: X_orig_user_exp_txn_reference => G_orig_user_exp_txn_reference,
6623: X_vendor_id => G_vendor_id,

Line 7080: g_request_id := fnd_global.conc_request_id;

7076: End If;
7077:
7078: pa_cc_utils.log_message('Debug Mode = '||G_debug_mode,1);
7079:
7080: g_request_id := fnd_global.conc_request_id;
7081: pa_cc_utils.set_curr_function('Import1');
7082: IF PG_DEBUG = 'Y' THEN
7083: log_message('log_message: ' || 'Start Transaction Import');
7084: END IF;