DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PVT dependencies on ASO_SUP_TMPL_INSTANCE_PKG

Line 5305: ASO_SUP_TMPL_INSTANCE_PKG.INSERT_ROW (

5301: -- Initiate the variable to null,
5302: -- so that each time they contain new value for every pass of loop
5303:
5304: l_new_template_instance_id := NULL;
5305: ASO_SUP_TMPL_INSTANCE_PKG.INSERT_ROW (
5306: PX_ROWID => l_template_instance_rowid
5307: , PX_TEMPLATE_INSTANCE_ID => l_new_template_instance_id
5308: , P_created_by => FND_GLOBAL.USER_ID
5309: , P_creation_date => SYSDATE

Line 6846: ASO_SUP_TMPL_INSTANCE_PKG.INSERT_ROW (

6842: -- Initiate the variable to null,
6843: -- so that each time they contain new value for every pass of loop
6844:
6845: l_new_template_instance_id := NULL;
6846: ASO_SUP_TMPL_INSTANCE_PKG.INSERT_ROW (
6847: PX_ROWID => l_template_instance_rowid
6848: , PX_TEMPLATE_INSTANCE_ID => l_new_template_instance_id
6849: , P_created_by => FND_GLOBAL.USER_ID
6850: , P_creation_date => SYSDATE