DBA Data[Home] [Help]

APPS.PA_COST_PLUS dependencies on GL_MC_CURRENCY_PKG

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

4183: -- Initialize output parameters
4184: status := 0;
4185: l_row_count := 0;
4186:
4187: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := TRUE; /*Bug 4527736 */
4188:
4189: --
4190: -- Get the standard who information
4191: --

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

4214: FROM pa_ind_rate_sch_revisions irsr
4215: WHERE ind_rate_sch_revision_id = rate_sch_rev_id;
4216: EXCEPTION
4217: WHEN OTHERS THEN
4218: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */
4219: RAISE;
4220: END;
4221:
4222: BEGIN

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

4704:
4705: EXCEPTION /*2933915*/
4706: when OTHERS then
4707: status := SQLCODE;
4708: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */
4709: END;
4710:
4711: --
4712: -- Case 2: Change the end date of an existing indirect rate schedule from

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

4748: when NO_DATA_FOUND then
4749: return;
4750: when OTHERS then
4751: status := SQLCODE;
4752: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */
4753: END;
4754:
4755: --
4756: -- Case 3: Apply actual rates

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

4781: when NO_DATA_FOUND then
4782: return;
4783: when OTHERS then
4784: status := SQLCODE;
4785: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */
4786: END;
4787:
4788: COMMIT;
4789: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */

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

4785: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */
4786: END;
4787:
4788: COMMIT;
4789: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */
4790:
4791: EXCEPTION
4792: when GMS_INSERT_ENC_ITEM_ERROR then --Bug 5726575
4793: stage := 110;

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

4793: stage := 110;
4794: status := ret_code;
4795: WHEN OTHERS THEN
4796: status := SQLCODE;
4797: gl_mc_currency_pkg.G_PA_UPGRADE_MODE := FALSE; /*Bug 4456789 */
4798: END mark_impacted_exp_items;
4799:
4800:
4801: --