DBA Data[Home] [Help]

APPS.PA_COST_PLUS dependencies on GL_MC_CURRENCY_PKG

Line 4157: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := TRUE; /*Bug 4527736 */

4153: -- Initialize output parameters
4154: status := 0;
4155: l_row_count := 0;
4156:
4157: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := TRUE; /*Bug 4527736 */
4158:
4159: --
4160: -- Get the standard who information
4161: --

Line 4188: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */

4184: FROM pa_ind_rate_sch_revisions irsr
4185: WHERE ind_rate_sch_revision_id = rate_sch_rev_id;
4186: EXCEPTION
4187: WHEN OTHERS THEN
4188: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */
4189: RAISE;
4190: END;
4191:
4192: BEGIN

Line 4678: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */

4674:
4675: EXCEPTION /*2933915*/
4676: when OTHERS then
4677: status := SQLCODE;
4678: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */
4679: END;
4680:
4681: --
4682: -- Case 2: Change the end date of an existing indirect rate schedule from

Line 4722: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */

4718: when NO_DATA_FOUND then
4719: return;
4720: when OTHERS then
4721: status := SQLCODE;
4722: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */
4723: END;
4724:
4725: --
4726: -- Case 3: Apply actual rates

Line 4755: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */

4751: when NO_DATA_FOUND then
4752: return;
4753: when OTHERS then
4754: status := SQLCODE;
4755: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */
4756: END;
4757:
4758: COMMIT;
4759: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */

Line 4759: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */

4755: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */
4756: END;
4757:
4758: COMMIT;
4759: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */
4760:
4761: EXCEPTION
4762: when GMS_INSERT_ENC_ITEM_ERROR then --Bug 5726575
4763: stage := 110;

Line 4767: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */

4763: stage := 110;
4764: status := ret_code;
4765: WHEN OTHERS THEN
4766: status := SQLCODE;
4767: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */
4768: END mark_impacted_exp_items;
4769:
4770:
4771: --