DBA Data[Home] [Help]

APPS.GME_CREATE_BATCH_PVT dependencies on GME_VALIDATE_FLEX_FLD_PVT

Line 1439: gme_validate_flex_fld_pvt.create_flex_batch_header(x_batch_header_rec,

1435:
1436: --FPBug#4395561 Start
1437: /* call create flex procedure to insert the default values of the BACTH_FLEX
1438: DFF's segments if they are enabled */
1439: gme_validate_flex_fld_pvt.create_flex_batch_header(x_batch_header_rec,
1440: x_batch_header_rec,
1441: l_return_status);
1442: IF l_return_status <> FND_API.g_ret_sts_success THEN
1443: RAISE create_flex_failure;

Line 1563: gme_validate_flex_fld_pvt.create_flex_material_details(

1559: x_batch_header_rec.batch_id;
1560:
1561: --FPBug#4395561 Start
1562: l_return_status := NULL;
1563: gme_validate_flex_fld_pvt.create_flex_material_details(
1564: l_material_details (l_row_count),
1565: l_material_details (l_row_count),
1566: l_return_status);
1567: IF l_return_status <> FND_API.g_ret_sts_success THEN