DBA Data[Home] [Help]

APPS.OZF_FUNDTHRESHOLD_PVT dependencies on FND_GLOBAL

Line 280: IF FND_GLOBAL.User_Id IS NULL

276: -- =========================================================================
277: -- Validate Environment
278: -- =========================================================================
279:
280: IF FND_GLOBAL.User_Id IS NULL
281: THEN
282: OZF_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');
283: RAISE FND_API.G_EXC_ERROR;
284: END IF;

Line 317: p_last_updated_by =>NVL(fnd_global.user_id, -1),

313:
314: OZF_FUNDTHRESHOLDS_ALL_B_PKG.Insert_Row(
315: px_threshold_id => l_threshold_id,
316: p_last_update_date => SYSDATE,
317: p_last_updated_by =>NVL(fnd_global.user_id, -1),
318: p_last_update_login => NVL(fnd_global.conc_login_id, -1),
319: p_creation_date => SYSDATE,
320: p_created_by => NVL(fnd_global.user_id, -1),
321: p_created_from => p_threshold_rec.created_from,

Line 318: p_last_update_login => NVL(fnd_global.conc_login_id, -1),

314: OZF_FUNDTHRESHOLDS_ALL_B_PKG.Insert_Row(
315: px_threshold_id => l_threshold_id,
316: p_last_update_date => SYSDATE,
317: p_last_updated_by =>NVL(fnd_global.user_id, -1),
318: p_last_update_login => NVL(fnd_global.conc_login_id, -1),
319: p_creation_date => SYSDATE,
320: p_created_by => NVL(fnd_global.user_id, -1),
321: p_created_from => p_threshold_rec.created_from,
322: p_request_id => fnd_global.conc_request_id,

Line 320: p_created_by => NVL(fnd_global.user_id, -1),

316: p_last_update_date => SYSDATE,
317: p_last_updated_by =>NVL(fnd_global.user_id, -1),
318: p_last_update_login => NVL(fnd_global.conc_login_id, -1),
319: p_creation_date => SYSDATE,
320: p_created_by => NVL(fnd_global.user_id, -1),
321: p_created_from => p_threshold_rec.created_from,
322: p_request_id => fnd_global.conc_request_id,
323: p_program_application_id => fnd_global.prog_appl_id,
324: p_program_id => fnd_global.conc_program_id,

Line 322: p_request_id => fnd_global.conc_request_id,

318: p_last_update_login => NVL(fnd_global.conc_login_id, -1),
319: p_creation_date => SYSDATE,
320: p_created_by => NVL(fnd_global.user_id, -1),
321: p_created_from => p_threshold_rec.created_from,
322: p_request_id => fnd_global.conc_request_id,
323: p_program_application_id => fnd_global.prog_appl_id,
324: p_program_id => fnd_global.conc_program_id,
325: p_program_update_date => SYSDATE,
326: p_threshold_calendar =>l_threshold_calendar,

Line 323: p_program_application_id => fnd_global.prog_appl_id,

319: p_creation_date => SYSDATE,
320: p_created_by => NVL(fnd_global.user_id, -1),
321: p_created_from => p_threshold_rec.created_from,
322: p_request_id => fnd_global.conc_request_id,
323: p_program_application_id => fnd_global.prog_appl_id,
324: p_program_id => fnd_global.conc_program_id,
325: p_program_update_date => SYSDATE,
326: p_threshold_calendar =>l_threshold_calendar,
327: p_start_period_name => p_threshold_rec.start_period_name,

Line 324: p_program_id => fnd_global.conc_program_id,

320: p_created_by => NVL(fnd_global.user_id, -1),
321: p_created_from => p_threshold_rec.created_from,
322: p_request_id => fnd_global.conc_request_id,
323: p_program_application_id => fnd_global.prog_appl_id,
324: p_program_id => fnd_global.conc_program_id,
325: p_program_update_date => SYSDATE,
326: p_threshold_calendar =>l_threshold_calendar,
327: p_start_period_name => p_threshold_rec.start_period_name,
328: p_end_period_name => p_threshold_rec.end_period_name,

Line 331: p_owner => NVL(p_threshold_rec.owner, NVL(fnd_global.user_id, -1)),

327: p_start_period_name => p_threshold_rec.start_period_name,
328: p_end_period_name => p_threshold_rec.end_period_name,
329: p_start_date_active => p_threshold_rec.start_date_active,
330: p_end_date_active => p_threshold_rec.end_date_active,
331: p_owner => NVL(p_threshold_rec.owner, NVL(fnd_global.user_id, -1)),
332: p_enable_flag => p_threshold_rec.enable_flag,
333: p_attribute_category => p_threshold_rec.attribute_category,
334: p_attribute1 => p_threshold_rec.attribute1,
335: p_attribute2 => p_threshold_rec.attribute2,

Line 585: p_last_updated_by => NVL(fnd_global.user_id, -1),

581: -- Invoke table handler(OZF_THRESHOLDS_ALL_B_PKG.Update_Row)
582: OZF_FUNDTHRESHOLDS_ALL_B_PKG.Update_Row(
583: p_threshold_id => l_threshold_rec.threshold_id,
584: p_last_update_date => SYSDATE,
585: p_last_updated_by => NVL(fnd_global.user_id, -1),
586: p_last_update_login => NVL(fnd_global.conc_login_id, -1),
587: p_created_from => l_threshold_rec.created_from,
588: p_request_id => fnd_global.conc_request_id,
589: p_program_application_id => fnd_global.prog_appl_id,

Line 586: p_last_update_login => NVL(fnd_global.conc_login_id, -1),

582: OZF_FUNDTHRESHOLDS_ALL_B_PKG.Update_Row(
583: p_threshold_id => l_threshold_rec.threshold_id,
584: p_last_update_date => SYSDATE,
585: p_last_updated_by => NVL(fnd_global.user_id, -1),
586: p_last_update_login => NVL(fnd_global.conc_login_id, -1),
587: p_created_from => l_threshold_rec.created_from,
588: p_request_id => fnd_global.conc_request_id,
589: p_program_application_id => fnd_global.prog_appl_id,
590: p_program_id => fnd_global.conc_program_id,

Line 588: p_request_id => fnd_global.conc_request_id,

584: p_last_update_date => SYSDATE,
585: p_last_updated_by => NVL(fnd_global.user_id, -1),
586: p_last_update_login => NVL(fnd_global.conc_login_id, -1),
587: p_created_from => l_threshold_rec.created_from,
588: p_request_id => fnd_global.conc_request_id,
589: p_program_application_id => fnd_global.prog_appl_id,
590: p_program_id => fnd_global.conc_program_id,
591: p_program_update_date => SYSDATE,
592: p_threshold_calendar =>p_threshold_rec.threshold_calendar,

Line 589: p_program_application_id => fnd_global.prog_appl_id,

585: p_last_updated_by => NVL(fnd_global.user_id, -1),
586: p_last_update_login => NVL(fnd_global.conc_login_id, -1),
587: p_created_from => l_threshold_rec.created_from,
588: p_request_id => fnd_global.conc_request_id,
589: p_program_application_id => fnd_global.prog_appl_id,
590: p_program_id => fnd_global.conc_program_id,
591: p_program_update_date => SYSDATE,
592: p_threshold_calendar =>p_threshold_rec.threshold_calendar,
593: p_start_period_name => l_threshold_rec.start_period_name,

Line 590: p_program_id => fnd_global.conc_program_id,

586: p_last_update_login => NVL(fnd_global.conc_login_id, -1),
587: p_created_from => l_threshold_rec.created_from,
588: p_request_id => fnd_global.conc_request_id,
589: p_program_application_id => fnd_global.prog_appl_id,
590: p_program_id => fnd_global.conc_program_id,
591: p_program_update_date => SYSDATE,
592: p_threshold_calendar =>p_threshold_rec.threshold_calendar,
593: p_start_period_name => l_threshold_rec.start_period_name,
594: p_end_period_name => l_threshold_rec.end_period_name,