DBA Data[Home] [Help]

APPS.CSD_ESTIMATES_FROM_BOM_PVT dependencies on STANDARD

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

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

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

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