DBA Data[Home] [Help]

APPS.ASO_QUOTE_TMPL_PVT dependencies on OE_SYS_PARAMETERS

Line 223: l_qte_organization_id:=oe_sys_parameters.value(param_name => 'MASTER_ORGANIZATION_ID',p_org_id => l_qte_header_rec.org_id);

219: if l_prof_temp_filter<>'Q' then
220: if l_qte_header_rec.org_id<>l_tmpl_org_id then
221: mo_global.set_policy_context('S', l_qte_header_rec.org_id);
222: end if;
223: l_qte_organization_id:=oe_sys_parameters.value(param_name => 'MASTER_ORGANIZATION_ID',p_org_id => l_qte_header_rec.org_id);
224: lp_qte_line_tbl(l_template_line_count).organization_id:=l_qte_organization_id;
225: lp_qte_line_tbl(l_template_line_count).org_id:=l_qte_header_rec.org_id;
226: end if;
227: end if;

Line 765: l_master_organization_id := oe_sys_parameters.value(param_name => 'MASTER_ORGANIZATION_ID',

761: l_conc_segments := conc_segments_rec.concatenated_segments;
762: END LOOP;
763:
764:
765: l_master_organization_id := oe_sys_parameters.value(param_name => 'MASTER_ORGANIZATION_ID',
766: p_org_id => p_qte_header_rec.org_id);
767:
768: IF aso_debug_pub.g_debug_flag = 'Y' THEN
769: aso_debug_pub.add('l_master_organization_id: ' || l_master_organization_id);