DBA Data[Home] [Help]

APPS.ASO_CFG_INT dependencies on OE_SYS_PARAMETERS

Line 1860: l_master_organization_id := oe_sys_parameters.value(param_name => 'MASTER_ORGANIZATION_ID', p_org_id => l_org_id);

1856: aso_debug_pub.add('PRICING CALLBACK: After call to Query_Qte_Line_Rows');
1857: aso_debug_pub.add('PRICING CALLBACK: l_qte_line_tbl.count: '|| l_qte_line_tbl.count);
1858: END IF;
1859:
1860: l_master_organization_id := oe_sys_parameters.value(param_name => 'MASTER_ORGANIZATION_ID', p_org_id => l_org_id);
1861:
1862: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1863: aso_debug_pub.add('PRICING CALLBACK: l_master_organization_id: ' || l_master_organization_id);
1864: END IF;