DBA Data[Home] [Help]

APPS.MSC_PUBLISH_SAFETY_STOCK_PKG dependencies on STANDARD

Line 1048: -- set the standard date as canonical date

1044: p_sr_instance_id := null;
1045: end if;
1046:
1047: --------------------------------------------------------------------------
1048: -- set the standard date as canonical date
1049: --------------------------------------------------------------------------
1050: -- Bug 4549069
1051: if (p_horizon_start is null) then
1052: select sysdate

Line 1641: get the item_description -- this works for both standard item

1637: ***/
1638:
1639:
1640: /*-------------------------------------------------------------------------------
1641: get the item_description -- this works for both standard item
1642: ---------------------------------------------------------------------------------*/
1643: begin
1644: select item_name, description
1645: into t_item_name(j), t_item_desc(j)