DBA Data[Home] [Help]

APPS.ASO_CFG_INT dependencies on OE_SYS_PARAMETERS

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

2042: aso_debug_pub.add('PRICING CALLBACK: After call to Query_Qte_Line_Rows');
2043: aso_debug_pub.add('PRICING CALLBACK: l_qte_line_tbl.count: '|| l_qte_line_tbl.count);
2044: END IF;
2045:
2046: l_master_organization_id := oe_sys_parameters.value(param_name => 'MASTER_ORGANIZATION_ID', p_org_id => l_org_id);
2047:
2048: IF aso_debug_pub.g_debug_flag = 'Y' THEN
2049: aso_debug_pub.add('PRICING CALLBACK: l_master_organization_id: ' || l_master_organization_id);
2050: END IF;