DBA Data[Home] [Help]

APPS.MSC_SCE_PUB_SUPPLY_COMMIT_PKG dependencies on STANDARD

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

685: 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);
686: END IF;
687:
688: --------------------------------------------------------------------------
689: -- set the standard date as canonical date
690: --------------------------------------------------------------------------
691: l_horizon_start := fnd_date.canonical_to_date(p_horizon_start);
692: l_horizon_end := fnd_date.canonical_to_date(p_horizon_end);
693:

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

1101: t_master_item_desc.EXTEND;
1102: t_cust_item_name.EXTEND;
1103: t_cust_item_desc.EXTEND;
1104: /*-------------------------------------------------------------------------------
1105: get the item_description -- this works for both standard item or base item
1106: ---------------------------------------------------------------------------------*/
1107: begin
1108: select item_name, description
1109: into t_item_name(j), t_item_desc(j)