DBA Data[Home] [Help]

APPS.CSD_ESTIMATES_FROM_BOM_PVT dependencies on STANDARD

Line 503: /* This is the wrapper API for the standard Depot API for the estimate lines. */

499: end if;
500: rollback;
501: END explode_bom_items;
502:
503: /* This is the wrapper API for the standard Depot API for the estimate lines. */
504: /* This takes a table of Itemid-quantity-primary UOM and creates estimate lines */
505: /* in Loop. This procedure in turn makes calls to other depot standard api's to get the */
506: /* different values. */
507: /* parameters: */

Line 505: /* in Loop. This procedure in turn makes calls to other depot standard api's to get the */

501: END explode_bom_items;
502:
503: /* This is the wrapper API for the standard Depot API for the estimate lines. */
504: /* This takes a table of Itemid-quantity-primary UOM and creates estimate lines */
505: /* in Loop. This procedure in turn makes calls to other depot standard api's to get the */
506: /* different values. */
507: /* parameters: */
508: /*p_itemQty - This is a table type. Contains the data in the format "invItemid:qty:uom" */
509: /* : is the delimiter. */