DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PVT dependencies on ASO_SUP_TMPL_INSTANCE_PKG

Line 3997: ASO_SUP_TMPL_INSTANCE_PKG.INSERT_ROW (

3993: -- Initiate the variable to null,
3994: -- so that each time they contain new value for every pass of loop
3995:
3996: l_new_template_instance_id := NULL;
3997: ASO_SUP_TMPL_INSTANCE_PKG.INSERT_ROW (
3998: PX_ROWID => l_template_instance_rowid
3999: , PX_TEMPLATE_INSTANCE_ID => l_new_template_instance_id
4000: , P_created_by => FND_GLOBAL.USER_ID
4001: , P_creation_date => SYSDATE

Line 5538: ASO_SUP_TMPL_INSTANCE_PKG.INSERT_ROW (

5534: -- Initiate the variable to null,
5535: -- so that each time they contain new value for every pass of loop
5536:
5537: l_new_template_instance_id := NULL;
5538: ASO_SUP_TMPL_INSTANCE_PKG.INSERT_ROW (
5539: PX_ROWID => l_template_instance_rowid
5540: , PX_TEMPLATE_INSTANCE_ID => l_new_template_instance_id
5541: , P_created_by => FND_GLOBAL.USER_ID
5542: , P_creation_date => SYSDATE