DBA Data[Home] [Help]

APPS.CSD_ESTIMATES_FROM_BOM_PVT dependencies on FND_PROFILE

Line 55: --l_profile_id := fnd_profile.value('PER_SECURITY_PROFILE_ID');

51: END IF;
52: --bug#6930575, subhat.
53: -- we will use exploder_userexit API no need for profile_id
54: -- get the security profile id for the current session
55: --l_profile_id := fnd_profile.value('PER_SECURITY_PROFILE_ID');
56:
57: t_org_code_list(1) := l_org_id;
58: -- bug#6930575, subhat
59: -- export_bom api doesnt work fine for Model Unit Controlled items.

Line 73: where master_organization_id = fnd_profile.value('ORG_ID');

69: if nvl(l_effectivity_control,0) = 2 then
70: select min(unit_number),max(unit_number) into
71: l_unit_number_from,l_unit_number_to
72: from pjm_unit_numbers
73: where master_organization_id = fnd_profile.value('ORG_ID');
74: end if;
75: -- get the maximum explosion level.
76: SELECT MAXIMUM_BOM_LEVEL INTO l_max_level
77: FROM BOM_PARAMETERS

Line 930: fnd_profile.put('CSD_ENABLE_COSTING','Y');

926:
927: BEGIN
928:
929: -- enable costing manually. probably when running from apps context this is not required.
930: fnd_profile.put('CSD_ENABLE_COSTING','Y');
931: CSD_COST_ANALYSIS_PVT.Get_InvItemCost(
932: p_api_version => 1.0,
933: p_commit => csd_process_util.g_false,
934: p_init_msg_list => csd_process_util.g_true,