DBA Data[Home] [Help]

APPS.PA_NL_INSTALLED dependencies on FND_GLOBAL

Line 53: X_user => fnd_global.user_id,

49: X_exp_item_id => x_exp_item_id,
50: X_expenditure_id => x_expenditure_id,
51: X_adj_activity => 'REVERSAL',
52: X_module => 'ENTERPRISE INSTALL BASE',
53: X_user => fnd_global.user_id,
54: X_login => fnd_global.login_id,
55: X_status => l_status);
56:
57: IF l_status <> 0 THEN

Line 54: X_login => fnd_global.login_id,

50: X_expenditure_id => x_expenditure_id,
51: X_adj_activity => 'REVERSAL',
52: X_module => 'ENTERPRISE INSTALL BASE',
53: X_user => fnd_global.user_id,
54: X_login => fnd_global.login_id,
55: X_status => l_status);
56:
57: IF l_status <> 0 THEN
58: RAISE fnd_api.g_exc_error;

Line 70: x_user => fnd_global.user_id,

66:
67: pa_costing.CreateReverseCdl(
68: x_exp_item_id => x_exp_item_id,
69: x_backout_id => l_backout_id,
70: x_user => fnd_global.user_id,
71: x_status => l_status);
72:
73: IF l_status <> 0 THEN
74: RAISE fnd_api.g_exc_error;