DBA Data[Home] [Help]

APPS.GME_RESOURCE_ENGINE_PVT dependencies on GME_VALIDATE_FLEX_FLD_PVT

Line 2673: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex

2669: /*siva commented following IF condition to allow insertion of flexfileds
2670: without validation when p_validate_flexfields is FALSE */
2671: --IF gme_common_pvt.g_flex_validate_prof = 1 THEN
2672: /*Validate Flexfields using the new procedure gme_api_validate_flex_fld_pvt.validate_rsrc_txn_flex */
2673: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex
2674: (p_resource_txn_rec => p_rsrc_txn_rec
2675: ,x_resource_txn_rec => x_rsrc_txn_rec
2676: ,x_return_status => l_return_status);
2677:

Line 2983: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex

2979: /*siva commented following IF condition to allow insertion of flexfileds
2980: without validation when p_validate_flexfields is FALSE */
2981: --IF gme_common_pvt.g_flex_validate_prof = 1 THEN
2982: /*Validate Flexfields using the new procedure gme_api_validate_flex_fld_pvt.validate_rsrc_txn_flex */
2983: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex
2984: (p_resource_txn_rec => p_rsrc_txn_rec
2985: ,x_resource_txn_rec => x_rsrc_txn_rec
2986: ,x_return_status => x_return_status);
2987:

Line 3274: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex

3270: /*siva commented following IF condition to allow insertion of flexfileds
3271: without validation when p_validate_flexfields is FALSE */
3272: --IF gme_common_pvt.g_flex_validate_prof = 1 THEN
3273: /*Validate Flexfields using the new procedure gme_api_validate_flex_fld_pvt.validate_rsrc_txn_flex */
3274: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex
3275: (p_resource_txn_rec => p_rsrc_txn_rec
3276: ,x_resource_txn_rec => x_rsrc_txn_rec
3277: ,x_return_status => l_return_status);
3278:

Line 3575: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex

3571: /*siva commented following IF condition to allow insertion of flexfileds
3572: without validation when p_validate_flexfields is FALSE */
3573: -- IF gme_common_pvt.g_flex_validate_prof = 1 THEN
3574: --Validate Flexfields using the new procedure
3575: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex
3576: (p_resource_txn_rec => p_rsrc_txn_rec
3577: ,x_resource_txn_rec => x_rsrc_txn_rec
3578: ,x_return_status => x_return_status);
3579:

Line 3818: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex

3814: /*siva commented following IF condition to allow insertion of flexfileds
3815: without validation when p_validate_flexfields is FALSE */
3816: --IF gme_common_pvt.g_flex_validate_prof = 1 THEN
3817: /* Validate Flexfields using the new procedure */
3818: gme_validate_flex_fld_pvt.validate_rsrc_txn_flex
3819: (p_resource_txn_rec => p_rsrc_txn_rec
3820: ,x_resource_txn_rec => x_rsrc_txn_rec
3821: ,x_return_status => x_return_status);
3822: