DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on FND_GLOBAL

Line 1128: p_user_name => Fnd_Global.USER_ID,

1124: p_api_version => 1.0,
1125: p_function => NULL,
1126: p_object_name => 'Repair LogisticsLine BillTo',
1127: p_grant_instance_type => 'SET',
1128: p_user_name => Fnd_Global.USER_ID,
1129: p_statement_type => 'EXISTS',
1130: x_predicate => l_predicate,
1131: x_return_status => l_return_status,
1132: p_table_alias => l_table_alias );

Line 1172: p_user_name => Fnd_Global.USER_ID,

1168: p_api_version => 1.0,
1169: p_function => NULL,
1170: p_object_name => 'Repair LogisticsLine ShipTo',
1171: p_grant_instance_type => 'SET',
1172: p_user_name => Fnd_Global.USER_ID,
1173: p_statement_type => 'EXISTS',
1174: x_predicate => l_predicate,
1175: x_return_status => l_return_status,
1176: p_table_alias => l_table_alias );

Line 2332: where user_id = fnd_global.user_id;

2328: -- get the person_id for the current user.
2329: select employee_id
2330: into l_person_id
2331: from fnd_user
2332: where user_id = fnd_global.user_id;
2333:
2334: IF ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
2335: FND_LOG.STRING( FND_LOG.LEVEL_EVENT,
2336: lc_mod_name,

Line 2337: 'Fetched the person_id '||l_person_id||' for user_id '||fnd_global.user_id);

2333:
2334: IF ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
2335: FND_LOG.STRING( FND_LOG.LEVEL_EVENT,
2336: lc_mod_name,
2337: 'Fetched the person_id '||l_person_id||' for user_id '||fnd_global.user_id);
2338: END IF;
2339:
2340: -- check if the need by date profile is set up properly. The requisition import program
2341: -- needs the need by date for MRP or INV planned items. Right now we assume that all items

Line 2582: fnd_global.user_id,

2578: l_currency,
2579: l_project_id(j),
2580: l_task_id(j),
2581: decode(nvl(l_project_id(j),-1),-1, 'N','Y'),
2582: fnd_global.user_id,
2583: sysdate,
2584: fnd_global.user_id,
2585: sysdate,
2586: l_ou_id,

Line 2584: fnd_global.user_id,

2580: l_task_id(j),
2581: decode(nvl(l_project_id(j),-1),-1, 'N','Y'),
2582: fnd_global.user_id,
2583: sysdate,
2584: fnd_global.user_id,
2585: sysdate,
2586: l_ou_id,
2587: null,
2588: l_source_org_id_tbl(j),

Line 2813: l_ir_operating_unit := fnd_global.org_id;

2809: BEGIN
2810:
2811: IF l_ir_operating_unit IS NULL
2812: THEN
2813: l_ir_operating_unit := fnd_global.org_id;
2814: END IF;
2815:
2816: IF p_requisition_id IS NULL
2817: THEN

Line 2980: fnd_global.user_id,

2976: a.source_org,
2977: a.destination_ou,
2978: a.dest_org,
2979: sysdate,
2980: fnd_global.user_id,
2981: sysdate,
2982: fnd_global.login_id,
2983: fnd_global.user_id,
2984: 1,

Line 2982: fnd_global.login_id,

2978: a.dest_org,
2979: sysdate,
2980: fnd_global.user_id,
2981: sysdate,
2982: fnd_global.login_id,
2983: fnd_global.user_id,
2984: 1,
2985: a.header_id,
2986: a.line_id,

Line 2983: fnd_global.user_id,

2979: sysdate,
2980: fnd_global.user_id,
2981: sysdate,
2982: fnd_global.login_id,
2983: fnd_global.user_id,
2984: 1,
2985: a.header_id,
2986: a.line_id,
2987: a.requisition_header_id,