DBA Data[Home] [Help]

APPS.MSC_SCE_PUB_SUPPLY_COMMIT_PKG dependencies on STANDARD

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

712: l_log_message := l_log_message || get_message('MSC','MSC_X_PUB_CUST_SITE',l_language_code) || ': ' || l_cust_site || fnd_global.local_chr(10);
713: END IF;
714:
715: --------------------------------------------------------------------------
716: -- set the standard date as canonical date
717: --------------------------------------------------------------------------
718: l_horizon_start := fnd_date.canonical_to_date(p_horizon_start);
719: l_horizon_end := fnd_date.canonical_to_date(p_horizon_end);
720:

Line 1139: get the item_description -- this works for both standard item or base item

1135: t_master_item_desc.EXTEND;
1136: t_cust_item_name.EXTEND;
1137: t_cust_item_desc.EXTEND;
1138: /*-------------------------------------------------------------------------------
1139: get the item_description -- this works for both standard item or base item
1140: ---------------------------------------------------------------------------------*/
1141: begin
1142: select item_name, description
1143: into t_item_name(j), t_item_desc(j)