DBA Data[Home] [Help]

APPS.INV_CYC_LOVS dependencies on INV_MATERIAL_STATUS_GRP

Line 8598: inv_material_status_grp.update_status ( p_api_version_number => p_api_version,

8594: IF ( l_debug = 1 ) THEN
8595: print_debug ( 'Update the status of the new lot' );
8596: END IF;
8597:
8598: inv_material_status_grp.update_status ( p_api_version_number => p_api_version,
8599: p_init_msg_lst => NULL,
8600: x_return_status => x_return_status,
8601: x_msg_count => x_msg_count,
8602: x_msg_data => x_msg_data,

Line 8706: inv_material_status_grp.update_status ( p_api_version_number => p_api_version,

8702: l_progress := '60';
8703:
8704: IF p_update_serial_status = 'TRUE' THEN
8705: l_progress := '70';
8706: inv_material_status_grp.update_status ( p_api_version_number => p_api_version,
8707: p_init_msg_lst => NULL,
8708: x_return_status => x_return_status,
8709: x_msg_count => x_msg_count,
8710: x_msg_data => x_msg_data,

Line 8896: inv_material_status_grp.update_status ( p_api_version_number => p_api_version,

8892: l_progress := '30';
8893:
8894: IF p_update_serial_status = 'TRUE' THEN
8895: l_progress := '40';
8896: inv_material_status_grp.update_status ( p_api_version_number => p_api_version,
8897: p_init_msg_lst => NULL,
8898: x_return_status => x_return_status,
8899: x_msg_count => x_msg_count,
8900: x_msg_data => x_msg_data,