DBA Data[Home] [Help]

APPS.INV_MINMAX_PVT dependencies on GMP_BATCH_WRAPPER_PKG

Line 4437: x_exception_material_tbl gmp_batch_wrapper_pkg.exceptions_tab;

4433: x_message_count NUMBER;
4434: x_message_list VARCHAR2(1000);
4435: return_status VARCHAR2(1000);
4436: x_gme_batch_header gme_batch_header%ROWTYPE;
4437: x_exception_material_tbl gmp_batch_wrapper_pkg.exceptions_tab;
4438:
4439: BEGIN
4440:
4441: IF G_TRACE_ON = 1 THEN

Line 4472: gmp_batch_wrapper_pkg.create_batch(

4468: IF G_TRACE_ON = 1 THEN
4469: print_debug('Calling the GMP Create_Batch Wrapper API', 're_batch', 9);
4470: END IF;
4471:
4472: gmp_batch_wrapper_pkg.create_batch(
4473: p_api_version => 2.0
4474: ,p_validation_level => 100
4475: ,p_init_msg_list => FND_API.G_TRUE
4476: ,p_commit => FND_API.G_TRUE

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

4498:
4499: -- IF (return_status <> 'S') THEN -- nsinghi bug 5931402
4500: IF (return_status NOT IN ('S', 'V')) THEN
4501: IF G_TRACE_ON = 1 THEN
4502: print_debug('Could not create batch. gmp_batch_wrapper_pkg.create_batch returned with status '||return_status
4503: , 're_batch', 9);
4504: print_debug('x_message_count '||to_char(x_message_count)||', x_message_list '||x_message_list
4505: , 're_batch', 9);
4506: END IF;