DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on FND_GLOBAL

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

7162: X_inc_by_person => G_person_id,
7163: X_inc_by_org => G_org_id,
7164: X_expend_group => group_name,
7165: -- X_entered_by_id => X_userid,
7166: X_entered_by_id => FND_GLOBAL.employee_id, -- Bug 2396121
7167: X_created_by_id => X_userid,
7168: X_denom_currency_code => p_denom_currency_code,
7169: X_acct_currency_code => p_acct_currency_code,
7170: X_acct_rate_type => l_acct_rate_type,

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

7208: X_inc_by_person => G_person_id,
7209: X_inc_by_org => G_org_id,
7210: X_expend_group => group_name,
7211: -- X_entered_by_id => X_userid,
7212: X_entered_by_id => FND_GLOBAL.employee_id, -- Bug 2396121
7213: X_created_by_id => X_userid,
7214: X_orig_exp_txn_reference1 => G_orig_exp_txn_reference1,
7215: X_orig_user_exp_txn_reference => G_orig_user_exp_txn_reference,
7216: X_vendor_id => G_vendor_id,

Line 7699: g_request_id := fnd_global.conc_request_id;

7695: End If;
7696:
7697: pa_cc_utils.log_message('Debug Mode = '||G_debug_mode,1);
7698:
7699: g_request_id := fnd_global.conc_request_id;
7700: pa_cc_utils.set_curr_function('Import1');
7701: IF PG_DEBUG = 'Y' THEN
7702: log_message('log_message: ' || 'Start Transaction Import');
7703: END IF;