DBA Data[Home] [Help]

APPS.PJI_PJP_SUM_DENORM dependencies on PJI_RBS_DENORM

Line 1622: -- NOTE: Since this API updates both PA_RBS_DENORM and PJI_RBS_DENORM, it

1618: -- procedure POPULATE_RBS_DENORM_UPGRADE
1619: -- -----------------------------------------------------
1620:
1621: --
1622: -- NOTE: Since this API updates both PA_RBS_DENORM and PJI_RBS_DENORM, it
1623: -- should only be used during upgrade since change context between
1624: -- PA_RBS_DENORM and PJI_RBS_DENORM is lost for the given RBS version.
1625: --
1626:

Line 1624: -- PA_RBS_DENORM and PJI_RBS_DENORM is lost for the given RBS version.

1620:
1621: --
1622: -- NOTE: Since this API updates both PA_RBS_DENORM and PJI_RBS_DENORM, it
1623: -- should only be used during upgrade since change context between
1624: -- PA_RBS_DENORM and PJI_RBS_DENORM is lost for the given RBS version.
1625: --
1626:
1627: -- 30-JUL-2004 jwhite Bug 3802762
1628: -- Because of savepoint issues with

Line 1678: from PJI_RBS_DENORM

1674: from PA_RBS_DENORM
1675: where STRUCT_VERSION_ID = p_rbs_version_id;
1676:
1677: delete
1678: from PJI_RBS_DENORM
1679: where STRUCT_VERSION_ID = p_rbs_version_id;
1680:
1681: -- -----------------------------------------------------
1682: -- Populate PA_RBS_DENORM for a single RBS version (should not commit)

Line 1712: into PJI_RBS_DENORM

1708:
1709: -- -----------------------------------------------------
1710:
1711: insert
1712: into PJI_RBS_DENORM
1713: (
1714: struct_version_id,
1715: sup_id,
1716: subro_id,