DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on STANDARD

Line 911: -- the 11i10 dropshipment project because standard and average --

907: -- --
908: -- PROCEDURE --
909: -- inventory_accounts_std This procedure is very similar to the basic --
910: -- inventory_accounts() procedure. It was necessary to add it for --
911: -- the 11i10 dropshipment project because standard and average --
912: -- organizations both use the same cost processor for the logical --
913: -- transactions. Because there would have been substantial changes --
914: -- to inventory_accounts() to accommodate standard costing, it made --
915: -- more sense to just add this new procedure. --

Line 914: -- to inventory_accounts() to accommodate standard costing, it made --

910: -- inventory_accounts() procedure. It was necessary to add it for --
911: -- the 11i10 dropshipment project because standard and average --
912: -- organizations both use the same cost processor for the logical --
913: -- transactions. Because there would have been substantial changes --
914: -- to inventory_accounts() to accommodate standard costing, it made --
915: -- more sense to just add this new procedure. --
916: -- --
917: -- End of comments --
918: -----------------------------------------------------------------------------

Line 958: -- across process and discrete standard costing organizations. --

954: -- --
955: -- PROCEDURE --
956: -- cost_process_discrete_trx
957: -- This process is called from cmlmcw.lpc for process-discrete xfers --
958: -- across process and discrete standard costing organizations. --
959: -- Process Mfg. orgs are always marked as Standard Costing orgs. --
960: -- This new procesure will only be called for these transactions. --
961: -- --
962: -- Bug 4432078 OPM INVCONV umoogala 15-Apr-2005 --

Line 959: -- Process Mfg. orgs are always marked as Standard Costing orgs. --

955: -- PROCEDURE --
956: -- cost_process_discrete_trx
957: -- This process is called from cmlmcw.lpc for process-discrete xfers --
958: -- across process and discrete standard costing organizations. --
959: -- Process Mfg. orgs are always marked as Standard Costing orgs. --
960: -- This new procesure will only be called for these transactions. --
961: -- --
962: -- Bug 4432078 OPM INVCONV umoogala 15-Apr-2005 --
963: -- End of comments --