DBA Data[Home] [Help]

APPS.INV_MINMAX_PVT dependencies on GMP_BATCH_WRAPPER_PKG

Line 4417: x_exception_material_tbl gmp_batch_wrapper_pkg.exceptions_tab;

4413: x_message_count NUMBER;
4414: x_message_list VARCHAR2(1000);
4415: return_status VARCHAR2(1000);
4416: x_gme_batch_header gme_batch_header%ROWTYPE;
4417: x_exception_material_tbl gmp_batch_wrapper_pkg.exceptions_tab;
4418:
4419: BEGIN
4420:
4421: IF G_TRACE_ON = 1 THEN

Line 4452: gmp_batch_wrapper_pkg.create_batch(

4448: IF G_TRACE_ON = 1 THEN
4449: print_debug('Calling the GMP Create_Batch Wrapper API', 're_batch', 9);
4450: END IF;
4451:
4452: gmp_batch_wrapper_pkg.create_batch(
4453: p_api_version => 2.0
4454: ,p_validation_level => 100
4455: ,p_init_msg_list => FND_API.G_TRUE
4456: ,p_commit => FND_API.G_TRUE

Line 4482: print_debug('Could not create batch. gmp_batch_wrapper_pkg.create_batch returned with status '||return_status

4478:
4479: -- IF (return_status <> 'S') THEN -- nsinghi bug 5931402
4480: IF (return_status NOT IN ('S', 'V')) THEN
4481: IF G_TRACE_ON = 1 THEN
4482: print_debug('Could not create batch. gmp_batch_wrapper_pkg.create_batch returned with status '||return_status
4483: , 're_batch', 9);
4484: print_debug('x_message_count '||to_char(x_message_count)||', x_message_list '||x_message_list
4485: , 're_batch', 9);
4486: END IF;