DBA Data[Home] [Help]

APPS.CSE_PROJ_ITEM_IN_SRV_PKG dependencies on FND_GLOBAL

Line 12: IF nvl(fnd_global.conc_request_id,-1) <> -1 THEN

8: IS
9: BEGIN
10: IF l_debug = 'Y' THEN
11: cse_debug_pub.add(p_message);
12: IF nvl(fnd_global.conc_request_id,-1) <> -1 THEN
13: fnd_file.put_line(fnd_file.log,p_message);
14: END IF;
15: END IF;
16: EXCEPTION

Line 117: l_user_id NUMBER DEFAULT FND_GLOBAL.USER_ID;

113: i PLS_INTEGER := 0;
114: l_org_id NUMBER;
115: l_incurred_by_org_id PA_EXPENDITURES_ALL.INCURRED_BY_ORGANIZATION_ID%TYPE;
116: l_item_name MTL_SYSTEM_ITEMS_KFV.CONCATENATED_SEGMENTS%TYPE;
117: l_user_id NUMBER DEFAULT FND_GLOBAL.USER_ID;
118: l_transaction_source PA_EXPENDITURE_ITEMS_ALL.TRANSACTION_SOURCE%TYPE;
119: l_sysdate date:=sysdate;
120: l_ref_sufix NUMBER;
121:

Line 266: x_nl_pa_interface_rec.last_updated_by := fnd_global.user_id;

262: x_nl_pa_interface_rec.cdl_system_reference3 := p_ei_rec.system_reference3;
263: x_nl_pa_interface_rec.cdl_system_reference4 := p_ei_rec.system_reference4;
264: x_nl_pa_interface_rec.cdl_system_reference5 := p_ei_rec.system_reference5;
265: x_nl_pa_interface_rec.last_update_date := sysdate;
266: x_nl_pa_interface_rec.last_updated_by := fnd_global.user_id;
267: x_nl_pa_interface_rec.creation_date := sysdate;
268: x_nl_pa_interface_rec.created_by := fnd_global.user_id;
269: x_nl_pa_interface_rec.billable_flag := 'Y';
270: x_nl_pa_interface_rec.quantity := -1*(p_ei_rec.quantity);

Line 268: x_nl_pa_interface_rec.created_by := fnd_global.user_id;

264: x_nl_pa_interface_rec.cdl_system_reference5 := p_ei_rec.system_reference5;
265: x_nl_pa_interface_rec.last_update_date := sysdate;
266: x_nl_pa_interface_rec.last_updated_by := fnd_global.user_id;
267: x_nl_pa_interface_rec.creation_date := sysdate;
268: x_nl_pa_interface_rec.created_by := fnd_global.user_id;
269: x_nl_pa_interface_rec.billable_flag := 'Y';
270: x_nl_pa_interface_rec.quantity := -1*(p_ei_rec.quantity);
271: x_nl_pa_interface_rec.denom_raw_cost :=
272: p_ei_rec.unit_denom_raw_cost * x_nl_pa_interface_rec.quantity;