DBA Data[Home] [Help]

APPS.GMP_PLNG_DTL_REPORT_PKG dependencies on STANDARD

Line 509: ' standard_cost, '||

505: ' abc_class_name, '||
506: ' inventory_item_id, '||
507: ' organization_id, '||
508: ' base_item_id, '||
509: ' standard_cost, '||
510: ' calculate_atp, '||
511: ' wip_supply_type, '||
512: ' bom_item_type '||
513: ' ) '||

Line 524: ' msi.standard_cost, '||

520: ' msi.abc_class_name, '||
521: ' msi.inventory_item_id, '||
522: ' msi.organization_id, '||
523: ' msi.base_item_id, '||
524: ' msi.standard_cost, '||
525: ' msi.calculate_atp, '||
526: ' msi.wip_supply_type, '||
527: ' msi.bom_item_type '||
528: ' FROM '||

Line 2010: /* changed the Number from 10 to 15, becuase it is trimiing the First Standard Line */

2006: SELECT xml_file INTO l_file
2007: FROM gmp_pdr_xml_temp
2008: WHERE pdr_xml_id = p_sequence_num;
2009: l_limit:= 1;
2010: /* changed the Number from 10 to 15, becuase it is trimiing the First Standard Line */
2011: l_len := DBMS_LOB.GETLENGTH (l_file);
2012: gmp_debug_message('l_len :'||l_len );
2013:
2014: LOOP