DBA Data[Home] [Help]

APPS.GME_CREATE_BATCH_PVT dependencies on GME_VALIDATE_FLEX_FLD_PVT

Line 1668: gme_validate_flex_fld_pvt.create_flex_batch_header(x_batch_header_rec,

1664:
1665: --FPBug#4395561 Start
1666: /* call create flex procedure to insert the default values of the BACTH_FLEX
1667: DFF's segments if they are enabled */
1668: gme_validate_flex_fld_pvt.create_flex_batch_header(x_batch_header_rec,
1669: x_batch_header_rec,
1670: l_return_status);
1671: IF l_return_status <> FND_API.g_ret_sts_success THEN
1672: RAISE create_flex_failure;

Line 1792: gme_validate_flex_fld_pvt.create_flex_material_details(

1788: x_batch_header_rec.batch_id;
1789:
1790: --FPBug#4395561 Start
1791: l_return_status := NULL;
1792: gme_validate_flex_fld_pvt.create_flex_material_details(
1793: l_material_details (l_row_count),
1794: l_material_details (l_row_count),
1795: l_return_status);
1796: IF l_return_status <> FND_API.g_ret_sts_success THEN