DBA Data[Home] [Help]

APPS.GME_RESOURCE_ENGINE_PVT dependencies on GME_VALIDATE_FLEX_FLD_PVT

Line 2550: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex

2546: /*siva commented following IF condition to allow insertion of flexfileds
2547: without validation when p_validate_flexfields is FALSE */
2548: --IF gme_common_pvt.g_flex_validate_prof = 1 THEN
2549: /*Validate Flexfields using the new procedure gme_api_validate_flex_fld_pvt.validate_rsrc_txn_flex */
2550: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex
2551: (p_resource_txn_rec => p_rsrc_txn_rec
2552: ,x_resource_txn_rec => x_rsrc_txn_rec
2553: ,x_return_status => l_return_status);
2554:

Line 2849: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex

2845: /*siva commented following IF condition to allow insertion of flexfileds
2846: without validation when p_validate_flexfields is FALSE */
2847: --IF gme_common_pvt.g_flex_validate_prof = 1 THEN
2848: /*Validate Flexfields using the new procedure gme_api_validate_flex_fld_pvt.validate_rsrc_txn_flex */
2849: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex
2850: (p_resource_txn_rec => p_rsrc_txn_rec
2851: ,x_resource_txn_rec => x_rsrc_txn_rec
2852: ,x_return_status => x_return_status);
2853:

Line 3104: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex

3100: /*siva commented following IF condition to allow insertion of flexfileds
3101: without validation when p_validate_flexfields is FALSE */
3102: --IF gme_common_pvt.g_flex_validate_prof = 1 THEN
3103: /*Validate Flexfields using the new procedure gme_api_validate_flex_fld_pvt.validate_rsrc_txn_flex */
3104: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex
3105: (p_resource_txn_rec => p_rsrc_txn_rec
3106: ,x_resource_txn_rec => x_rsrc_txn_rec
3107: ,x_return_status => l_return_status);
3108:

Line 3380: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex

3376: /*siva commented following IF condition to allow insertion of flexfileds
3377: without validation when p_validate_flexfields is FALSE */
3378: -- IF gme_common_pvt.g_flex_validate_prof = 1 THEN
3379: --Validate Flexfields using the new procedure
3380: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex
3381: (p_resource_txn_rec => p_rsrc_txn_rec
3382: ,x_resource_txn_rec => x_rsrc_txn_rec
3383: ,x_return_status => x_return_status);
3384:

Line 3623: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex

3619: /*siva commented following IF condition to allow insertion of flexfileds
3620: without validation when p_validate_flexfields is FALSE */
3621: --IF gme_common_pvt.g_flex_validate_prof = 1 THEN
3622: /* Validate Flexfields using the new procedure */
3623: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex
3624: (p_resource_txn_rec => p_rsrc_txn_rec
3625: ,x_resource_txn_rec => x_rsrc_txn_rec
3626: ,x_return_status => x_return_status);
3627: