DBA Data[Home] [Help]

APPS.PA_PROJECTS_MAINT_PVT dependencies on PA_MU_BATCHES_V_PKG

Line 1730: PA_MU_BATCHES_V_PKG.INSERT_ROW(

1726: OPEN get_batch_desc_csr;
1727: FETCH get_batch_desc_csr INTO l_batch_description;
1728: CLOSE get_batch_desc_csr;
1729:
1730: PA_MU_BATCHES_V_PKG.INSERT_ROW(
1731: x_rowid => l_row_id
1732: ,x_batch_id => l_batch_id
1733: ,x_creation_date => l_project_rec.last_update_date
1734: ,x_created_by => l_project_rec.last_updated_by